Oblivion Game Data

Select game:

Search:

Select a record type:

SE13PalaceDoorToBattleSCRIPT (0x00092b38)

  • Record Type: SCPT
  • Editor ID: SE13PalaceDoorToBattleSCRIPT
  • Form ID: 0x00092b38
  • Source File: Oblivion.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
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

Database last updated 11/02/2011
SCPT records last updated 10/31/2011