textLog – Talk
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "ArmA 2" to "Arma 2") |
Lou Montana (talk | contribs) m (Text replacement - "<code>" to "<code style="display: block">") |
||
Line 1: | Line 1: | ||
==Kludge== | ==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) | :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 11: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)