Oblivion Game Data

Select game:

Search:

Select a record type:

MSScarTailScript (0x00035590)

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


short Enabled
short Dead

Begin GameMode


;Update Quest Stage When Scar-Tail is killed, and add heart item to his inventory
 
if Dead == 0
	if ScarTailRef.getdead == 1
		SetStage MSShadowscale 30
		ScarTailRef.additem MSShadowscaleHeart 1
		set Dead to 1
	endif	 
endif



End

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