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
|