How do I remove a property?

Post » Tue Nov 20, 2012 5:32 pm

I setup an Activator Property called WineAct while experimenting in a quest because I wish to enable/disable a trigger box. This didn't work. So I set the trigger box as an alias in the quest hoping this would allow me to enable/disable it easily. Its setup as a Reference Alias named "Alias_WineActivator". In papyrus fragments I put Alias_WineActivator.enable(). I get these errorrs on compiling...

script property WineAct already defined
script variable ::WineAct_var already defined
script property WineAct already has a get function defined
script property WineAct already has a set function defined


I don't know how to delete the WineAct Property, just won't go. I'm guessing this is the reason why the script won't compile.
Help please.
User avatar
Claire Jackson
 
Posts: 3422
Joined: Thu Jul 20, 2006 11:38 pm

Post » Tue Nov 20, 2012 3:00 am

Edit

You can't call Alias on a reference property, that's the problem.
User avatar
Alisia Lisha
 
Posts: 3480
Joined: Tue Dec 05, 2006 8:52 pm

Post » Tue Nov 20, 2012 9:46 am

So how do I get rid of the 2 properties and enable/disable trigger boxes?

EDIT: I'll write a new topic explaining what I want. I see now the trigger box has to have the script not the quest.
User avatar
Rhi Edwards
 
Posts: 3453
Joined: Fri Jul 28, 2006 1:42 am


Return to V - Skyrim