Oblivion Game Data

Select game:

Search:

Select a record type:

Dark04ValenDrethScript (0x0002e5d7)

  • Record Type: SCPT
  • Editor ID: Dark04ValenDrethScript
  • Form ID: 0x0002e5d7
  • Source File: Oblivion.noSI.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
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


 

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