Oblivion Game Data

Select game:

Search:

Select a record type:

FGMaglirScript (0x00033570)

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

short waiting
short doOnce
short Maglirtalk

Begin GameMode

if ( doOnce == 0 )
	if ( GetStage FGC03Thieves == 100 )
		EVP
		set doOnce to 1
	endif
endif

if ( GetStage FGD09Hist == 40 )
	if ( MaglirTalk == 0 )
		if ( GetDistance Player <= 512 )
			StartConversation Player Greeting
			set MaglirTalk to 1
		endif
	endif
endif

if ( MaglirTalk == 2 )
	StartCombat Player
	set MaglirTalk to 3
endif

End

Begin Ondeath

BWCFrontDoor.Unlock

End

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