1
Fork 0

Show new carry weight after eating an Ice Claw

development
Eddoursul 4 months ago
parent ad8882da07
commit 80cb664bbc
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_eisprankepotionscn.pex
  3. BIN
      scripts/_00e_eisprankescn.pex
  4. 4
      source/scripts/_00e_eisprankepotionscn.psc
  5. 2
      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)
_00E_CarryWeightEispranke.Show(akTarget.GetActorValue("CarryWeight"))
EndEvent
Message Property _00E_CarryWeightEispranke Auto

@ -9,7 +9,7 @@ Event OnActivate(ObjectReference akActionRef)
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