Brad 1 Posted March 24, 2013 Hi,Trying to spawn a single BAF Medic using a trigger..... I'm making it so when I/my soldier reaches 100m near to the medi tents a single medic will spawn This is how i've written it into the trigger ("medic1" being the spawn point):- groupName = CreateGroup BLUFOR; groupName = [getMarkerPos "medic1", BAF_Soldier_Medic_W, 1] call BIS_fnc_spawnGroup; If someone could correct where ive gone wrong here, id be most grateful to them thankyou. Share this post Link to post Share on other sites
tryteyker 28 Posted March 24, 2013 groupName = CreateGroup WEST; Medic = groupName createUnit ["BAF_Soldier_Medic_W",getmarkerpos "medic1",[],0,"NONE"]; Share this post Link to post Share on other sites
Brad 1 Posted March 24, 2013 (edited) Thanks tryteyker he spawns now ....but he doesnt appear to be on BLUFOR's side so doesnt heal me Edited March 24, 2013 by Brad Share this post Link to post Share on other sites
f2k sel 164 Posted March 24, 2013 Medic = group player createUnit ["BAF_Soldier_Medic_W",getmarkerpos "medic1",[],0,"NONE"]; Share this post Link to post Share on other sites
Brad 1 Posted March 24, 2013 A big THANKYOU there....that works like a dream You just made my mission a 100 times better....very much appreciated by me Share this post Link to post Share on other sites