Oblivion Game Data

Select game:

Search:

Select a record type:

SENelreneScript (0x00019eca)

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


short SE05Conv			;incremented during conversation with Mazaddha in SE05


Begin OnActivate

	if SEHerdirRef.TargetRef == SENelreneRef
		if IsActionRef Player == 1 
			return
		endif
	else
		Activate
	endif

End


Begin GameMode

;Start conversation with Mazaddha during SE05

	if ( SE05Conv == 0 )
		if ( SEMazaddhaRef.AtMarker == 1 )
			set SE05Conv to 1
		endif
	endif

End

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