4
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.
 
 
 

25 lines
473 B

Scriptname _00E_FS_NQ02_PhasmalistScript extends Actor
Event OnLoad()
Self.BlockActivation(True)
EndEvent
Event OnDying(Actor akKiller)
self.PlaceAtMe(_00E_FS_NQ02_Phasmalist_EnterWorldExp)
EndEvent
Event OnDeath(Actor akKiller)
self.PlaceAtMe(_00E_FS_NQ02_Phasmalist_EnterWorldExp)
FS_NQ02.SetStage(FS_NQ02.GetStage()+10)
Utility.Wait(0.25)
self.disable()
EndEvent
Explosion Property _00E_FS_NQ02_Phasmalist_EnterWorldExp Auto
Quest Property FS_NQ02 Auto