4
Fork 0

Added _00E_Game_SkillmenuSC placeholder for outdated mods

remove-levelsystem
Eddoursul 4 months ago
parent dee35927cb
commit f7c3f19385
  1. BIN
      scripts/_00e_game_calculateclasssc.pex
  2. BIN
      scripts/_00e_game_skillmenusc.pex
  3. 2
      source/scripts/_00e_game_calculateclasssc.psc
  4. 9
      source/scripts/_00e_game_skillmenusc.psc

Binary file not shown.

@ -31,4 +31,4 @@ Actor Property PlayerREF Auto
GlobalVariable Property TalentPoints Auto
_00E_Game_SkillmenuSC Property Player Auto
_00E_AffinityControl Property Player Auto

@ -0,0 +1,9 @@
Scriptname _00E_Game_SkillmenuSC extends ReferenceAlias
Event OnInit()
Debug.MessageBox("OUTDATED MOD: One of your mods overrides the _00E_Game_SkillmenuSC script or the Levelsystem quest, both are no longer functional in the current version of Enderal SE.")
EndEvent
Event OnPlayerLoadGame()
Debug.MessageBox("OUTDATED MOD: One of your mods overrides the _00E_Game_SkillmenuSC script or the Levelsystem quest, both are no longer functional in the current version of Enderal SE.")
EndEvent
Loading…
Cancel
Save