Blockland Forums > General Discussion
GUI Ideas [Help pg4]
Zeblote:
Wat
Wrapperup:
--- Quote from: Zeblote on April 21, 2013, 05:17:59 PM ---Wat
--- End quote ---
I thinks he wants to know how to add both variables together, which he can do this:
--- Code: ---$result = $add1 + $add2;
--- End code ---
MrLoganator111:
--- Quote from: Wrapperup on April 21, 2013, 05:19:45 PM ---I thinks he wants to know how to add both variables together, which he can do this:
--- Code: ---$result = $add1 + $add2;
--- End code ---
--- End quote ---
Ty sooo much for all you helped me with!
MrLoganator111:
I probably did this wrong, but is this how I make it so a key bind will open my gui?
--- Code: ---{
$remapDivision[$remapCount] = "Log Bot GUI";
$remapName[$remapCount] = "Open Gui";
$remapCmd[$remapCount] = "canvas.pushdialog(LogBotGUI.gui);";
$remapCount++;
}
--- End code ---
If not, how 2 fix.
MrLoganator111:
Now canvas.pushDialog(LogBotGUI); isn't working =/
EDIT: It says "Invalid Control"