enderalse/source/scripts/_00e_game_skillmenusc.psc

10 lines
500 B
Plaintext
Raw Normal View History

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