Hei!
I'm just making a mission where player team gain levels based on total team score.
Gaining levels will give additional features on mando's air support console.
Also, i use same scripts in same mission for EAST paradrops with the noldg.sqf -thing :
["CALL_PARAS", dropzone1, getMarkerPos "mk_parastart1", [0,0,0],EAST,objNull ""]execVM"mando_bombs\mando_airsupport_nodlg.sqf";
Problem :
The problem is that after first EAST paradrop is made, WEST player air support console paradrops use
MI17 chopper and drop ENEMIES! I guess this is because of global variables that have be changed to EAST.
The paradrop script is so easy to use and good and accurate that I would prefer using that script if possible ("CALL_PARAS" -thing).
Have anyone extracted mando's script and used it for paradrops? Or can some guru say what
global variable I should change back for WEST paradrop to drop west troops form UH60MG?
Best Regards :
Thewarner