Oblivion Game Data

Select game:

Search:

Select a record type:

TG10JaksCoffinScript (0x0009fd6a)

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

Begin OnActivate
	Activate
	If IsActionRef player == 1
		SetStage TG10Boots 37
	EndIf
End

Begin GameMode
	If  GetStage TG10Boots == 37 && TG10Boots.JakbenAttackFlag == 0 &&  GetDeadCount JakbenImbel == 0 
		Set TG10Boots.JakbenAttackFlag to 1
		JakbenImbelRef.SetActorValue Aggression 20
		JakbenImbelRef.ModDisposition Player -100
		JakbenImbelRef.RemoveSpell Vampirism25
		JakbenImbelRef.AddSpell Vampirism100
		JakbenImbelRef.Moveto JakbenSleepsMarker
	EndIf
End

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