10 lines
500 B
Plaintext
10 lines
500 B
Plaintext
|
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
|