OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Cake on 02 Feb 2003, 19:21:26

Title: Wirecutters =]
Post by: Cake on 02 Feb 2003, 19:21:26
 :D Hey everyone i'm new here. I was looking if there are any wirecut scripts or something for blackop missions, but i couldn't find any  ??? I made a script that adds command "Cut Wire" to action menu and when used, it breaks the fence (can be done with the ID number also :o), but i can't get that action out from the menu when player is too far from fence... i tried to use "On deactivation"-"aP removeaction 0", it works in the sqs file but not in that trigger... can someone help me ? :'(
Title: Re:Wirecutters =]
Post by: mcnorth on 03 Feb 2003, 09:54:42
can you just use the trigger to run your script that removes the action? maybe one that adds it when they're close and another that takes it away when they leave the area? the one that adds it would initiate on activation and the one that takes away would initiate on deactivation.