Oblivion Game Data

Select game:

Search:

Select a record type:

NecroAnchoriteQuestScript (0x000336fb)

  • Record Type: SCPT
  • Editor ID: NecroAnchoriteQuestScript
  • Form ID: 0x000336fb
  • Source File: Oblivion.noSI.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
ScriptName NecroAnchoriteQuestScript

short halo
short doonce
short dialogue
short daytimer
short currentday
short initialize

float convtimer
float fquestdelaytime

Begin gamemode

if ( initialize == 0 )
	set fquestdelaytime to 0.5
	set CurrentDay to GameDay
	set initialize to 1
endif



if ( Halo == 1 )
	if ( doonce == 0 )
		NecroAnchoriteDF01.EvaluatePackage

		set doonce to 1
	endif
endif

if ( halo == 1 )
	if ( Currentday != GameDay )
		set halo to 0
	endif
endif

if ( currentday != GameDay )
	if ( daytimer < 7 )
		set daytimer to daytimer + 1 
		set currentday to GameDay
	else
		set halo to 1
		set daytimer to 0
		set currentday to GameDay
	endif
endif




if ( Halo == 0 )
	if ( doonce == 2 )
		set NecroAnchoriteDF01.dialogue to 0
		set doonce to 0
	endif
endif

End

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