Oblivion Game Data

Select game:

Search:

Select a record type:

E3SoldierScript (0x00097fab)

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

short hitcount

begin OnHit
	if getstage e3 >= 56
		kill
	endif
end

begin gamemode
	if getdead == 1
		return
	endif

	if getdead == 0 && getstage e3 > 62
		kill
	endif

	if getisalerted == 0
		setalert 1
	endif

	if MQConversations.OGDeadDaedra == 2
		if getdeadcount OGCreatureClannfearRuntWeak < 3 || GetRandomPercent < 50
			Say OblivionGateVoice
			set MQConversations.OGDeadDaedra to 0
		endif
	endif
end
	

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