OFPEC Forum
Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: NightJay0044 on 02 Feb 2010, 05:13:18
-
Hi guys, created an SQF Breifing, trying to execute in-game.
It says I'm supposed to type this
execVM "briefing.sqf";
yeah doesn't work....
what's the proper way to this code to make it work for Arma2?
Thanks.
-
_dummee = unitName execVM "briefing.sqf"; ... or similar.
Planck
-
execVM "briefing.sqf";
This works as long as you have it in an init.sqf file in the primary mission folder.