SCTX |
ScriptName SEMazaddhaDeadScript
;This script is placed on NPC SEMazaddhaDead, and is used for Stage update for SE05 when player arrives in cell
Begin GameMode
if ( GetDisabled == 0 )
if ( GetStageDone SE05 92 == 0 )
if ( GetDistance Player < 200 )
SetStage SE05 92
endif
endif
endif
End
Begin OnActivate
SETombstoneMazaddhaREF.enable
Activate
End |