alef 0 Posted February 21, 2008 For arma 1.08 in MP SQF scripts, I'm using code like this<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_dbg=format["file:line:var=%1,var2=%2", var, var2]; compile _dbg;but the error messages also go on the player screens. Is there any similar trick which doesn't display? I mean, log messages only in arma.rpt. Thanks, alef Share this post Link to post Share on other sites
.kju 3245 Posted February 21, 2008 did you try this? Quote[/b] ]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 http://community.bistudio.com/wiki/Talk:textLog Share this post Link to post Share on other sites
alef 0 Posted February 21, 2008 http://community.bistudio.com/wiki/Talk:textLog That's it! I saw that before, but never found it again. Still searched the articles in the whole wiki, but it's in a "discussion" page! Thanks again Q., alef Share this post Link to post Share on other sites
Doolittle 0 Posted February 21, 2008 It's a perfect example of a hack: using the system in an unintended way to do something you want. Â Share this post Link to post Share on other sites