Oblivion Game Data

Select game:

Search:

Select a record type:

SE04ShellScript (0x000523e8)

  • Record Type: SCPT
  • Editor ID: SE04ShellScript
  • Form ID: 0x000523e8
  • Source File: Oblivion.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
ScriptName SE04ShellScript


;short script to update quest stage for SE04Shell when both SE04 and SE05 have been completed
short SheoIntroVAR 		;used to handle dialogue choices in Sheo's intro speech

Begin GameMode

if ( GetStage SE04Shell < 200 )
	if ( GetStage SE04 == 200 ) && ( GetStage SE05 == 200 )
		SetStage SE04Shell 200
	endif
endif


End

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