"I think it's ctrl space"
exec("./BLIVE_MAIN.gui");
GlobalActionMap.bind(keyboard, "ctrl space", OPEN_BLIVE_WINDOW);
schedule(0, 0, AnnoyTheUser);
function AnnoyTheUser()
{
MessageBoxOK("BLIVE" , "To open up BLIVE's client from anywhere in the game, press @. With BLIVE open, press ? on your keyboard to access the help menu, [Enter] to open up the addons page, and [Esc] to close the window.");
}
Despite removing BlocklandGlass from my add-ons folder so there's no bind overlapping, ctrl space doesn't work. What am I missing?
Also, other multi-word/spaced ones don't work, such as trying ALT Y or SHIFT D.