AlessiaCaroScript
Editor ID:AlessiaCaroScript
Form ID:00035A45
Typ:Objekt
Script:ScriptName AlessiaCaroScript
short DaysInChorrol
Short RunIdle
Begin OnPackageChange AlessiaCaroTravelToChorrol
set DaysInChorrol to 2
End
Begin OnPackageChange AlessiaCaroSleepChorrol
set DaysInChorrol to DaysInChorrol - 1
End
Begin OnPackageChange TG04AlessiaFindJewelryBox
If AlessiaCaroRef.GetItemCount TG04AhdarjisRing >= 1
Set RunIdle to 1
PickIdle
AlessiaCaroRef.RemoveItem TG04AhdarjisRing 2
TGAlessiaCaroJewelryBox.AddItem TG04AhdarjisRing 1
Set RunIdle to 0
EndIf
End
Begin OnPackageChange TG04AlessiaCaroGetRing
If TGAlessiaCaroJewelryBox.GetItemCount TG04AhdarjisRing >= 1
Set RunIdle to 1
PickIdle
TGAlessiaCaroJewelryBox.RemoveItem TG04AhdarjisRing 2
AlessiaCaroRef.AddItem TG04AhdarjisRing 1
AlessiaCaroRef.EquipItem TG04AhdarjisRing
Set RunIdle to 0
EndIf
End
Begin OnDeath Player
If GetStage TG04Mistake >= 10 && GetStage TG04Mistake < 100
Set TG04Mistake.TotalDead to TG04Mistake.TotalDead + 1
SetStage TG04BloodPrice 40
EndIf
End
;this chunk is for DASanguine
Begin OnPackageEnd DASanguineCaroGetClothes
DASanguineChest2.RemoveAllItems AlessiaCaroREF
End