4
Fork 0

Removed Levelsystem from _00E_FS_SleightOfHand_HiddenSlotSC

remove-levelsystem
Eddoursul 4 months ago
parent 99b8841706
commit bec1353615
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      Skyrim.esm
  3. BIN
      scripts/_00e_fs_sleightofhand_hiddenslotsc.pex
  4. 4
      source/scripts/_00e_fs_sleightofhand_hiddenslotsc.psc

Binary file not shown.

Binary file not shown.

@ -50,7 +50,7 @@ Function OpenHiddenSlot()
If sTreasureSize == "Big"
UIEnchantingLearnEffectM.Play(PlayerREF)
Levelsystem.GiveEP(iRewardEXPBigSlot)
_00E_EPHandler.GiveEP(iRewardEXPBigSlot)
If _00E_HiddenSlotAchievementUnlocked.GetValueInt() == 0 && _00E_AchievementsEnabled.GetValueInt() == 1
_00E_HiddenSlotAchievementUnlocked.SetValueInt(1)
Steam.UnlockAchievement("END_HIDDEN_SLOT_01")
@ -252,8 +252,6 @@ Message messageToShow
ObjectReference containterToFill
Cell ContainerParentCell
_00E_QuestFunctions Property Levelsystem Auto
Actor Property PlayerREF Auto
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto

Loading…
Cancel
Save