4
Fork 0

Show new carry weight after eating an Ice Claw

development
Eddoursul 3 months ago
parent ad8882da07
commit 80cb664bbc
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_eisprankepotionscn.pex
  3. BIN
      scripts/_00e_eisprankescn.pex
  4. 6
      source/scripts/_00e_eisprankepotionscn.psc
  5. 6
      source/scripts/_00e_eisprankescn.psc
  6. BIN
      strings/skyrim_english.dlstrings
  7. BIN
      strings/skyrim_english.strings

Binary file not shown.

Binary file not shown.

@ -4,4 +4,8 @@ Event OnEffectStart(Actor akTarget, Actor akCaster)
akTarget.ModActorValue("CarryWeight", 1)
EndEvent
_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…
Cancel
Save