Added _00E_Game_SkillmenuSC placeholder for outdated mods

This commit is contained in:
Eddoursul 2023-12-19 06:02:55 +01:00
parent dee35927cb
commit f7c3f19385
4 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

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

View File

@ -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