OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Acecool on 14 Mar 2005, 18:53:28

Title: removeallactions?
Post by: Acecool on 14 Mar 2005, 18:53:28
Is there a way to removeallactions, like removeallweapons etc?

Title: Re:removeallactions?
Post by: nominesine on 14 Mar 2005, 19:44:14
No, you need to remove them one by one, using the removeAction command (see comref). Eventhandlers an be removed like you suggest though.