Files
itgmania212121/Themes/test/Sounds/ScreenTitleMenu music.lua
T
2010-01-26 21:00:30 -06:00

8 lines
134 B
Lua

local a = math.random(50);
local ret;
if a % 2 == 0 then
ret = "_agB";
else
ret = "_agA";
end;
return THEME:GetPathS("",ret);