Boxtrigger.Enable() not working?

Post » Thu Jun 21, 2012 8:17 pm

Hi why in my previous quests I did this simple command referring to an alias with a certain script worked perfectly ... now instead in my new quest it refuses to compile , conditions and all are all exactly the same , but it says Enable function does not exhist ....

User avatar
FLYBOYLEAK
 
Posts: 3440
Joined: Tue Oct 30, 2007 6:41 am

Post » Thu Jun 21, 2012 8:59 pm

OK works only on obj ref ...
User avatar
Blackdrak
 
Posts: 3451
Joined: Thu May 17, 2007 11:40 pm

Post » Thu Jun 21, 2012 4:23 pm

All or *at least most of the ObjectReference/Actor functions will work on ReferenceAliases, you just cannot call them implicitly and need to use http://www.creationkit.com/GetReference_-_ReferenceAlias/http://www.creationkit.com/GetActorReference_-_ReferenceAlias.

Self.DoSomething() : ObjectReference :: GetReference().DoSomething() : ReferenceAlias

*OnLoad/Unload and OnCellAttach/Detach, AFAIK, won't fire from a ReferenceAlias script.
User avatar
Killer McCracken
 
Posts: 3456
Joined: Wed Feb 14, 2007 9:57 pm


Return to V - Skyrim