Added _00E_Game_SkillmenuSC placeholder for outdated mods
This commit is contained in:
parent
dee35927cb
commit
f7c3f19385
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
9
source/scripts/_00e_game_skillmenusc.psc
Normal file
9
source/scripts/_00e_game_skillmenusc.psc
Normal 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
|
Loading…
Reference in New Issue
Block a user