st!gar 3 Posted January 20, 2008 I was just wondering how you spawn or delete groups? Like for example, if a group has done what it was supposed to do, and you have no more need of it, and want to just as well remove it from the game completely? Or say you want a group of units to spawn into the game? Share this post Link to post Share on other sites
benreeper 0 Posted January 20, 2008 Did you read the pinned thread "New to Armed Assault Editing"? --Ben Share this post Link to post Share on other sites
st!gar 3 Posted January 20, 2008 Yes? Did I miss something vital? *EDIT* Read through it again. Found nothing. Share this post Link to post Share on other sites
dr_eyeball 16 Posted January 21, 2008 Just use createUnit or createVehicle and deleteVehicle from Scripting_Commands. For BIS, the term 'vehicle' is roughly a synonym for 'object'. Eg:<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_pilot = group _caller createUnit ["SoldierWPilot", [0,0,0], [], 0, "NONE"]; deleteVehicle _pilot; Share this post Link to post Share on other sites