Oblivion Game Data

Select game:

Search:

Select a record type:

MS37GladeDoorScript (0x00025c73)

  • Record Type: SCPT
  • Editor ID: MS37GladeDoorScript
  • Form ID: 0x00025c73
  • Source File: Oblivion.noSI.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
Scriptname MS37GladeDoorScript

begin OnActivate

if ( IsActionRef Player ) == 1
	if ( GetStage MS37 >= 10 ) && ( GetStage MS37 < 70 ) && ( Player.GetItemCount MS37FrostSalts == 1 )
			Player.RemoveItem MS37FrostSalts 1
			Unlock
			Activate
		elseif ( GetStage MS37 >= 70 )
				Activate
		else
			Messagebox "This door cannot be opened."
		endif
	endif
endif

end

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