4
Fork 0

Renamed the Ice Claw script

development
Eddoursul 2 months ago
parent 2026d7aab3
commit 3447322d73
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00E_IceClaw.pex
  3. BIN
      scripts/_00e_eisprankescn.pex
  4. 2
      scripts/scriptarchiveorder.txt
  5. 6
      source/scripts/_00E_IceClaw.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -469,7 +469,7 @@ scripts\_00e_dragonpriestcombatrotationscript.pex
scripts\_00e_dungate01script.pex
scripts\_00e_dungeonliftscript.pex
scripts\_00e_eisprankepotionscn.pex
scripts\_00e_eisprankescn.pex
scripts\_00e_iceclaw.pex
scripts\_00E_EnderalControls.pex
scripts\_00e_enderalmcm.pex
scripts\_00e_enemygroupchildscript.pex

@ -1,4 +1,4 @@
Scriptname _00E_EisprankeSCN extends ObjectReference
Scriptname _00E_IceClaw extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
If akActionRef == PlayerREF
@ -9,7 +9,7 @@ Event OnActivate(ObjectReference akActionRef)
If EPC == 0 && _00E_DisableOtherTutorials.GetValueInt() == 0
_00E_EisprankeMessagebox.Show()
EndIf
Disable()
DisableNoWait()
PlayerREF.EquipItem(_00E_FloraEispranke, false, true)
EndIf
EndEvent
@ -24,4 +24,4 @@ Actor Property PlayerREF Auto
GlobalVariable Property _00E_EisprankeCounter Auto
GlobalVariable Property _00E_DisableOtherTutorials Auto
Message Property _00E_EisprankeMessagebox Auto
Potion Property _00E_FloraEispranke auto
Potion Property _00E_FloraEispranke Auto
Loading…
Cancel
Save