Oblivion Game Data

Select game:

Search:

Select a record type:

ND04QuestSCRIPT (0xKN000d8b)

  • Record Type: SCPT
  • Editor ID: ND04QuestSCRIPT
  • Form ID: 0xKN000d8b
  • Source File: Knights.esp.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
ScriptName ND04QuestSCRIPT

short	PlayerActivatedShrine
short	PlayerFell
short	PlayerFellCount
short	BattleBegin
short	MinionDeathCount

float fQuestDelayTime

BEGIN GameMode

	if GetStage ND04 == 100
		if player.getInCell LeyawiinChapelofZenithar == 1
			setstage ND04 110
		endif
	endif

	if ( GetStage ND04 == 110 )
		if ( MinionDeathCount >= 4 )
			setStage ND04 120
		endif
	endif

	if ( GetStage ND04 == 50 ) && ( PlayerActivatedShrine== 0 )
		setstage ND04 51
		set PlayerActivatedShrine to 1
	endif

	if ( GetStage ND04 == 90 ) && ( PlayerFell == 0 ) && ( ND00.BootsEquipped == 0 )
		setstage ND04 91
		set PlayerFell to 1
	endif

END

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