diff --git a/stepmania/Themes/default/Scripts/00 init.lua b/stepmania/Themes/default/Scripts/00 init.lua index d3aa5cda48..3397ebb1f3 100644 --- a/stepmania/Themes/default/Scripts/00 init.lua +++ b/stepmania/Themes/default/Scripts/00 init.lua @@ -6,6 +6,10 @@ string.lower = Lowercase Uppercase = nil -- don't use directly Lowercase = nil -- don't use directly +Trace = lua.Trace +Warn = lua.Warn +print = Trace + PLAYER_1 = "PlayerNumber_P1" PLAYER_2 = "PlayerNumber_P2" NUM_PLAYERS = #PlayerNumber