IF
AreaCheck("AR0015")
Global("SanpreExists","ar0015",0)
THEN
RESPONSE #100
SetGlobal("SanpreExists","ar0015",1)
CreateCreature("Sanpre",[2737.1770],9)
END
IF
AreaCheck("AR0015")
Global("SanpreExists","ar0015",1)
GlobalGT("CHAPTER","GLOBAL",2)
THEN
RESPONSE #100
ActionOverride("Sanpre",DestroySelf())
END
IF
AreaCheck("AR0015")
Global("WatchMysExists","ar0015",0)
THEN
RESPONSE #100
SetGlobal("WatchMysExists","ar0015",1)
CreateCreature("WatchMys",[1612.340],3)
END
IF
AreaCheck("AR0015")
Global("WatchMysExists","ar0015",1)
GlobalGT("CHAPTER","GLOBAL",2)
THEN
RESPONSE #100
ActionOverride("WatchMys",DestroySelf())
END