Oblivion Game Data

Select game:

Search:

Select a record type:

OlynSeranScript (0x0018d891)

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


short wraithsummoned


Begin Gamemode

if ( GetStage TrainingConjuration >= 10 )
	if ( wraithsummoned == 0 )
		if ( GetDistance Player  < 600 )
			if ( Player.HasMagicEffect ZWRA )
				set wraithsummoned to 1
			endif
		endif
	endif
endif

End


Begin OnDeath

if ( GetStage TrainingConjuration >= 10 ) && ( GetStage TrainingConjuration < 100 )
	SetStage TrainingConjuration 200
endif

End

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