SCTX |
Scriptname Dark04ValenDrethScript
short done
short DrethDead
begin gamemode
if done == 0
if GetStage Dark04Execution >= 10
if getdistance player < 300
;MessageBox "Should Forcegreet"
startconversation player, greeting
set done to 1
endif
endif
endif
if DrethDead == 0
if GetStage Dark04Execution >= 10
if GetStage Dark04Execution < 50
if Dark04Execution.GuardsKilled == 0
if ( getdead == 1 )
setstage Dark04Execution 40
set DrethDead to 1
endif
endif
endif
endif
endif
end
|