Oblivion Game Data

Select game:

Search:

Select a record type:

ErlineLirrianSCRIPT (0x000d3b02)

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

short SayWord

begin gamemode

if ( SayWord == 1 )
	ErlineLirrianRef.Say MS11CommandWord
	set SayWord to 0
endif

;This is to forcegreet player after the amulet switch

if ( GetStage MS11 >= 115 ) && ( GetStage MS11 < 120 ) && ( MS11.ForceGive == 1 ) && ( IsTalking == 0 )
	StartConversation Player, Greeting
	set MS11.ForceGive to 2
endif

end

begin OnDeath
if ( GetStage MS11 >= 5 ) && ( GetStage MS11 < 120 )
	setstage MS11 200
endif

if ( GetStage MS11 >= 130 ) && ( GetStage MS11 < 170 )
	setstage MS11 200
endif

end

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