debugLog – Talk
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "<code>" to "<code style="display: block">") |
||
Line 1: | Line 1: | ||
Copied from [[textLog]]: Here's an easy way to write to [[arma.RPT]]: | Copied from [[textLog]]: 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:52, 22 September 2007 (CEST) | Output is <code style="display: block">String Hello Doolittle not found</code> :) --[[User:Doolittle|Doolittle]] 18:52, 22 September 2007 (CEST) |