Oblivion Game Data

Select game:

Search:

Select a record type:

SEZealotScript (0x00050ecc)

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

Begin Gamemode
	If GetDead == 0
		If GetInFaction SEZealot == 1 && Player.GetInFaction SEZealot == 1
			If GetFactionRank SEZealot == 0
				If Player.GetFactionRank SEZealot == 0
					If GetSitting == 0 || GetSitting == 3 || GetSitting == 13
						If GetDistance Player < 192 && GetDetectionLevel Player >= 3
							Player.SetFactionRank SEZealot -1
							If GetSleeping == 0
								SayTo Player SEZealotAlarm
							EndIf
						EndIf
					EndIf
				EndIf
			Else										; presumes it's a heretic boss, faction rank 1
				If GetDetectionLevel Player >= 3
					If GetSitting == 0 || GetSitting == 3 || GetSitting == 13
						Player.SetFactionRank SEZealot -1
						If GetSleeping == 0
							SayTo Player SEZealotAlarm
						EndIf
					EndIf
				EndIf
			EndIf
		EndIf
	EndIf
End

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