Print to log in mission files

Kenturrac

New Member
Hey guys,
I have quite some trouble to get debug commands showing up in the log.
So what I tried so far is putting commands similar to these ones in the "sqf" files of the mission:

Code:
diag_log ("SETUP RESULT: Exiting, player object null: " + str(_playerObj));
diag_log format["DEBUG-Snapping: _ghost: %1",_ghost]

Problem is that they don't show up in the "arma2oaserver.rpt". What do I wrong or should I use different commands? These commands are working fine in the .pbo files of the Mod.
I really need some way of debugging scripts....

Thx in advance!
 
Back
Top