- 0
Sign in to follow this
Followers
0
Remove Radiation zone on the fly
Asked by
NIkita Bel,
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
NIkita Bel,
No registered users viewing this page.
Hi all! I want remove radiation effect from zone after 'dynamic mission' complition.. i can remove marker 'ExileContaminatedZone', but effect is still on player.. i can go outside removed zone radius - it will be offed, but when player comes back - effect is still applies..
{ _currMarker = toArray _x; _currMarkerName = toString _currMarker; if(_currMarkerName == "ContaminatedZoneGhostHotel") then { deleteMarker _x; }; } foreach allMapMarkers;
How can i totally remove radiation effect on some events?
Share this post
Link to post
Share on other sites