4
Fork 0

Auto-eat found ice claws

remove-levelsystem
Eddoursul 5 months ago
parent b34fc773f4
commit 62f134f095
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_eisprankescn.pex
  3. 3
      source/scripts/_00e_eisprankescn.psc
  4. BIN
      strings/skyrim_english.dlstrings
  5. BIN
      strings/skyrim_english.strings

Binary file not shown.

Binary file not shown.

@ -3,13 +3,14 @@ Scriptname _00E_EisprankeSCN extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
If akActionRef == PlayerREF
GoToState("DoNothing")
PlayerREF.AddItem(_00E_FloraEispranke, 1, false)
PlayerREF.AddItem(_00E_FloraEispranke, 1, true)
int EPC = _00E_EisprankeCounter.GetValueInt()
_00E_EisprankeCounter.SetValue(EPC + 1)
If EPC == 0 && _00E_DisableOtherTutorials.GetValueInt() == 0
_00E_EisprankeMessagebox.Show()
EndIf
Self.disable()
PlayerREF.EquipItem(_00E_FloraEispranke, false, true)
EndIf
EndEvent

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save