Oblivion Game Data

Select game:

Search:

Select a record type:

NDSirAmielSCRIPT (0xKN000dad)

  • Record Type: SCPT
  • Editor ID: NDSirAmielSCRIPT
  • Form ID: 0xKN000dad
  • Source File: Knights.esp.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
ScriptName NDSirAmielSCRIPT

short finalSpeech

BEGIN OnDeath

	if ( GetStage ND02 < 50 )
		set ND02.SirAmielDefeated to 1
	endif

END

BEGIN OnActivate

	if ( ND02BattleControlMarkerREF.GhostsAppear == 1 ) || ( ND02BattleControlMarkerREF.BattleBegin == 1 ) 
	else 
		activate
	endif

END

BEGIN OnPackageEnd ND10SirAmielGreetPlayer
	if finalSpeech == 0
		set finalSpeech to 1
		setstage ND10FIN 15
		evp
		startconversation NDSirAmielRef ND10SirAmielSpeech01
	endif
END

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