enderalse/source/scripts/_00e_oldsherathdestructiontest.psc

16 lines
287 B
Plaintext
Raw Normal View History

Scriptname _00E_OldSherathDestructionTest extends ObjectReference
ObjectReference Property Adventurer Auto
int doOnce
Event OnDestructionStageChanged(int aiOldStage, int aiCurrentStage)
if doOnce == 0
Debug.Notification("Enable")
Adventurer.Enable()
doOnce = 1
endif
EndEvent