however when I follow the instructions on how to use the SMB3 overhaul nothing happens
I included LuaWorld.lua both in..
"SMBX 2.0 Open Beta-Release 2\worlds\SMB3" and
"SMBX 2.0 Open Beta-Release 2\worlds\SMB3\Level1"
and inside it put...
Code: Select all
_smb3overhaul = loadAPI("smb3overhaul");
onLoad()
{
_smb3overhaul.setSecondsLeft(100);
_smb3overhaul.setTimerState(true);
_smb3overhaul.usesPBar(true);
_smb3overhaul.useEasyMode(false);
_smb3overhaul.usesCard(true);
_smb3overhaul.disableSpinJump(true);
}
I am using the SMBX launcher so idk