Oblivion Game Data

Select game:

Search:

Select a record type:

MS37Script (0x00022e61)

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

short SaidNo
short GotGems
short GavePotions
short Gold
float fQuestDelayTime

begin gamemode

;Sets Stage on arrival to Frostfire Glade Door
if ( GetStage MS37 == 60 ) && ( Player.GetDistance MS37FrostFireGladeDoorRef < 400 ) 
	setstage MS37 70
endif

;Sets stage when entering glade

if ( GetStage MS37 == 70 ) && ( Player.GetDistance MS37GladeArrivalMarkerRef < 400 )
	setstage MS37 80
endif

;Sets Stage when near frozen statue

if ( GetStage MS37 == 80 ) && ( Player.GetDistance MS37GarridanFrozenRef < 600 )
	setstage MS37 85
	set fQuestDelayTime to 0
endif

end

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