Oblivion Game Data

Select game:

Search:

Select a record type:

FGC01Script (0x00035721)

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

short deadrats
short deadbats
short doOnce

Begin GameMode

;if ( GetStage FGC01Rats == 20 )
;	if ( GetDeadCount FGC01MountainLion > 0 )
;		SetStage FGC01Rats 30
;	endif
;endif

if ( GetStage FGC01Rats == 50 ) && ( doOnce == 0 )
	if ( GetDeadCount FGC01MountainLion2 == 4 )
		PinarusInventiusREF.StartConversation Player
		set doOnce to 1
	endif
endif

;if ( GetStage FGC01Rats == 60 ) && ( GetDeadCount FGC01MountainLion3 == 1 )
;	SetStage FGC01Rats 65
;endif


End

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