jhebbel 10 Posted January 2, 2011 I used to do scripting in ARMA 1 & 2 and now just bought OA and the first thing i tried to do was some basic scripting using the BIS functions, but not a single one of them seems to work, not even the function help... From player init i tried [] call BIS_fnc_help and [getPos this, WEST, 5] call BIS_fnc_spawnGroup and neither have had any result, so has BIS done away with the popular function in the latest ARMA installment? For refernecr i am plaing the latest version of ARMA II OA standalone, and the map im making is current empty except for player with init scripts. Share this post Link to post Share on other sites
SaOk 112 Posted January 2, 2011 Did you remember to add functions module on map? Also there need to be few seconds time for the module to load. After 3 seconds from the mission start, the functions should work. Share this post Link to post Share on other sites
jhebbel 10 Posted January 2, 2011 wow i dont remember ever having to do that, and a couple hours on google didnt tell me to do that either, however i have now added the module and surprise surprise all works fine, thanks for the help! Share this post Link to post Share on other sites
SaOk 112 Posted January 2, 2011 Nope. I also forgot to add it sometimes. :) Also if you want to spawn units, there needs to be at least one unit placed on map (in editor) of that side. Share this post Link to post Share on other sites
jhebbel 10 Posted January 2, 2011 right that i remember. Share this post Link to post Share on other sites