Show new carry weight after eating an Ice Claw
This commit is contained in:
parent
ad8882da07
commit
80cb664bbc
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,4 +4,8 @@ Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||||
|
||||
akTarget.ModActorValue("CarryWeight", 1)
|
||||
|
||||
_00E_CarryWeightEispranke.Show(akTarget.GetActorValue("CarryWeight"))
|
||||
|
||||
EndEvent
|
||||
|
||||
Message Property _00E_CarryWeightEispranke Auto
|
||||
|
@ -4,12 +4,12 @@ Event OnActivate(ObjectReference akActionRef)
|
||||
If akActionRef == PlayerREF
|
||||
GoToState("DoNothing")
|
||||
PlayerREF.AddItem(_00E_FloraEispranke, 1, true)
|
||||
int EPC = _00E_EisprankeCounter.GetValueInt()
|
||||
_00E_EisprankeCounter.SetValue(EPC + 1)
|
||||
int EPC = _00E_EisprankeCounter.GetValueInt()
|
||||
_00E_EisprankeCounter.SetValue(EPC + 1)
|
||||
If EPC == 0 && _00E_DisableOtherTutorials.GetValueInt() == 0
|
||||
_00E_EisprankeMessagebox.Show()
|
||||
EndIf
|
||||
Self.disable()
|
||||
Disable()
|
||||
PlayerREF.EquipItem(_00E_FloraEispranke, false, true)
|
||||
EndIf
|
||||
EndEvent
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user