1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
550 B

Scriptname _00E_NQ09_DeamonTrigBoxScript extends ObjectReference
Event OnTrigger(ObjectReference akActionRef)
if ( NQ09.GetStage() <= 50 )
activate(self as objectReference) ; TRIGGER LINKED OBJECT
NQ09.SetStage(52)
_00E_NQ09_DeamonRef.MoveTo(_00E_NQ09_DeamonSpawnMarkerRef)
NQ09.SetStage(55)
endif
EndEvent
Spell Property _00E_NoTeleportSpell Auto
ObjectReference Property _00E_NQ09_DeamonRef auto
ObjectReference Property _00E_NQ09_DeamonSpawnMarkerRef auto
ReferenceAlias Property Deamon auto
Quest Property NQ09 auto