I probably did this wrong, but is this how I make it so a key bind will open my gui?
{
$remapDivision[$remapCount] = "Log Bot GUI";
$remapName[$remapCount] = "Open Gui";
$remapCmd[$remapCount] = "canvas.pushdialog(LogBotGUI.gui);";
$remapCount++;
}
If not, how 2 fix.