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 |