Oblivion Game Data

Select game:

Search:

Select a record type:

MS49CastleWallScampScript (0x000cd4d1)

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

float timer
short dead
ref myparent



Begin OnDeath
	if getstage ms49 < 50
		set dead to 1
		set timer to 10
	endif
End

begin gamemode
	if getdisabled == 0
		if getstage MS49 >= 50
			disable
		endif
	endif

	if timer > 0
		set timer to timer - getsecondspassed
	else
		if dead == 1
			set myparent to getparentref
			moveto myparent
			set dead to 0
			resurrect 1
			startcombat jesanrilianref
			startcombat merandilref
		endif
	endif
end

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