Files
itgmania212121/Themes/default/Scripts/02 BranchOverrides.lua
T

7 lines
137 B
Lua
Raw Normal View History

2017-08-08 01:07:34 -06:00
Branch.OptionsEdit = function()
if SONGMAN:GetNumSongs() == 0 then
2017-08-08 01:07:34 -06:00
return "ScreenHowToInstallSongs"
end
return "ScreenEditMenu"
end