execVM – Talk

From Bohemia Interactive Community
Revision as of 11:10, 10 May 2010 by Talkingtoaj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

execVM doesn't seem to work when called from triggers. Putting

h = [] execVM "test.sqf"

in the "On Act:" field never executes "test.sqf". Only

[] exec "test.sqf"

works. I'm not sure why.