Hi all,
I need some help with BIS_fnc_MP.
I call the Infected Script from my Spawn Script in mission Init.sqf. The Spawn Script place some marker and the trigger on the map.
I have a mission that works fine with this (it spawn 100 units)
_dt5 setTriggerStatements ["this", "null= [thistrigger,[""Warnung_Sperrgebiet1""], 100, false, false] spawn INF_fnc_infectedzone; ", ""];
But now i need to start it with my Headless Client. The Headless Client works fine and spawn other Units from Scripts without problems. I try it with many different ways, but my Headless Client didn't spawn from INF_fnc_infectedzone.
Maybe i have to chance something inside the Infected Script.
But i think, i need to spawn it with BIS_fnc_MP.
I anybody familiar with setTriggerStatements and BIS_fnc_MP?
thx so much