OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Coot on 09 Jan 2006, 19:55:03

Title: setting of satchels at longer distances?
Post 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?
Title: Re:setting of satchels at longer distances?
Post by: marcus3 on 09 Jan 2006, 22:32:17
u can use a trigger and make it Radio Alpha, sorry cant explan busy :P
Title: Re:setting of satchels at longer distances?
Post by: Tyger on 10 Jan 2006, 00:51:47
As BBM said, use triggers. I believe it should be as simple as:

Type: Radio Alpha

Text: Touch Off Satchels

on Activation
Code: [Select]
player action ["TOUCH OFF"]

That should work.