16 lines
287 B
Plaintext
16 lines
287 B
Plaintext
|
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
|