Oblivion Game Data

Select game:

Search:

Select a record type:

FGQuestTrack (0x000c8524)

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

short questdone

Begin GameMode

if ( questdone == 3 )
	if ( GetQuestRunning FGD01Default == 0 )
		if ( GetStage FGD01Default == 0 )
			StartQuest FGD01Default
		endif
	endif
endif

if ( questdone == 5 )
	if ( GetQuestRunning FGD03Viranus == 0 )
		if ( GetStage FGD03Viranus == 0 )
			StartQuest FGD03Viranus
		endif
	endif
endif

if ( questdone == 7 )
	if ( GetQuestRunning FGD06DeadViranus == 0 )
		if ( GetStage FGD06DeadViranus == 0 )
			StartQuest FGD06DeadViranus
		endif
	endif
endif

if ( questdone == 10 )
	if ( GetQuestRunning FGD07Kidnap == 0 )
		if ( GetStage FGD07Kidnap == 0 )
			StartQuest FGD07Kidnap
		endif
	endif
endif

End

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