execVM – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
execVM doesn't seem to work when called from triggers. Putting


<code> h = [] execVM "test.sqf"  </code>
in the "On Act:" field never executes "test.sqf". Only
<code>[] exec "test.sqf" </code>
works. I'm not sure why.

Revision as of 11:23, 10 May 2010