Oblivion Game Data

Select game:

Search:

Select a record type:

ND08WraithSCRIPT (0xKN000daa)

  • Record Type: SCPT
  • Editor ID: ND08WraithSCRIPT
  • Form ID: 0xKN000daa
  • Source File: Knights.esp.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
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

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