Oblivion Game Data

Select game:

Search:

Select a record type:

MS09ArnoraScript (0x00053793)

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

short Doonce
short Doonce1
short Doonce2

begin OnDeath

if ( GetStage MS09 >= 40 ) && ( GetStage MS09 < 50 ) && ( Doonce1 == 0 )
	setstage MS09 50
	set Doonce1 to 1
endif

if ( GetStage MS09 >= 60 ) && ( Doonce2 == 0 )
	setstage MS09 200
	set Doonce2 to 1
endif

end

begin gamemode

if ( MS09.ArnoraKill == 1 ) && ( Doonce == 0 )
	StartCombat Player
	set Doonce to 1
endif

end

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