textLog – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "<code>" to "<code style="display: block">")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Kludge==
Here's an easy way to write to [[arma.RPT]]:
Here's an easy way to write to [[arma.RPT]]:
<code>localize format ["Hello %1", name player]</code>
<code style="display: block">localize format ["Hello %1", name player]</code>
Output is <code>String Hello Doolittle not found</code> :) --[[User:Doolittle|Doolittle]] 18:51, 22 September 2007 (CEST)
Output is <code style="display: block">String Hello Doolittle not found</code> :) --[[User:Doolittle|Doolittle]] 18:51, 22 September 2007 (CEST)
 
:Although since Arma 2, [[diag_log]] is available. [[User:Fred Gandt|Fred Gandt]] ([[User talk:Fred Gandt|talk]]) 14:55, 5 March 2014 (CET)

Latest revision as of 12:51, 11 January 2023

Kludge

Here's an easy way to write to arma.RPT: localize format ["Hello %1", name player] Output is String Hello Doolittle not found :) --Doolittle 18:51, 22 September 2007 (CEST)

Although since Arma 2, diag_log is available. Fred Gandt (talk) 14:55, 5 March 2014 (CET)