scn ND08WraithSCRIPT
begin OnDeath
setstage ND08 50
end
begin gamemode
if getdisabled == 1 || getdead == 1
return
endif
; set the weather while enabled and alive to be foggy
if getiscurrentweather ND08Fog == 0
if getCurrentWeatherPercent < .1
fw ND08Fog
else
sw ND08Fog
endif
endif
end |