scn SE13PalaceDoorToBattleSCRIPT
; Prevents anyone from using the doors into the palace worldspace during the battle (keep random NPCs and guards out)
begin OnActivate
if getstage SE13 >= 10 && getstage SE13 < 195
if IsActionRef player == 1
messageBox "I need to help defend the Palace from Order's attack."
endif
else
Activate
endif
end
|