OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Coot on 09 Jan 2006, 19:55:03
-
Is there a way to make the distance unlimited in setting off satchel charges. I know that if you stray to far from where u set them u won't be able to set them off. Is there a way to do this outside of using the timers?
-
u can use a trigger and make it Radio Alpha, sorry cant explan busy :P
-
As BBM said, use triggers. I believe it should be as simple as:
Type: Radio Alpha
Text: Touch Off Satchels
on Activation
player action ["TOUCH OFF"]
That should work.