OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Silencer on 06 Feb 2005, 15:30:16

Title: Remove action from objects!
Post by: Silencer on 06 Feb 2005, 15:30:16
Hi all,

Is it possible to remove actions from objects?

Like removing the action "Close doors" from a house??
(Object XXX)

Thanks!
Title: Re:Remove action from objects!
Post by: Terox on 06 Feb 2005, 15:44:56
actions are supposed to be given an index number by the OFP engine

In theory you can manipulate the action by referring to the index number

I have tried to access and remove these actions by referencing index numbers, eg 0, 1, 2 before, but never had any success

my opinion is No, you cant
Title: Re:Remove action from objects!
Post by: Silencer on 06 Feb 2005, 15:46:42
Thanks for the information!