Oblivion Game Data

Select game:

Search:

Select a record type:

FathisScript (0x00088b31)

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

float CurrentDay
float CurrentTime2
float StartTime
float CurrentTime
float Kickoff
short QuestStart

begin Gamemode

;tells Fathis to go find player
if QuestStart == 0 && getquestrunning MS16B == 1
	if ( GetStage MS16A >= 100 ) && ( Player.GetInCell Chorrol == 1 )
		set MS16B.QuestBegins to 1
		FathisUlesRef.EvaluatePackage
		set QuestStart to 1
	endif
endif

;This is the timer for 2 days passing before MS16B Starts
if getquestrunning MS16B == 0 && Kickoff == 0
	if ( GetStage MS16A >= 100 )
		if GameDaysPassed >= ( CurrentDay + 2 )
			startquest MS16B
			set Kickoff to 1
		endif
	endif
endif

end

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