Renamed the Ice Claw script
This commit is contained in:
parent
2026d7aab3
commit
3447322d73
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
BIN
scripts/_00E_IceClaw.pex
Normal file
BIN
scripts/_00E_IceClaw.pex
Normal file
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…
Reference in New Issue
Block a user