Oblivion Game Data

Select game:

Search:

Select a record type:

OGImperialArcherScript (0x00097c76)

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

begin OnLoad
	if getdisabled == 0 && ( getstage MQ16 >= 100 || getstage MS94 >= 90 )
		setstage ms94 100
		disable
	endif
end


begin gamemode
	if getdead == 1
		return
	endif

	if MQConversations.OGDeadDaedra == 1
		if 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