Author Topic: GUI Ideas [Help pg4]  (Read 2247 times)

Chrono is right about everything he said, chatbots are extremely annoying and usually for attention whoring. The only useful function i can think of is getting Hex's for events, and even then its really not worth the hassle for a chatbot.

So, if you are going to make one, please disable it unless it is needed.
I almost always have it on, but it doesn't say much. Only things like "Hi" when somebody joins, which I would do anyways, and every once in a while somebody says something that triggers it to say something back. I only have like 10 things that it replies to and they aren't common things like "lol" or something.

UPDATE: Im learning to make GUI's pretty well. WRAPPERUP please finish your GUI tutorial series! It is a great tutorial, but it ends after 2 videos. :panda:

How can I change the name of a GUI that I made? If its not possible, how do I delete it?

UPDATE: Im learning to make GUI's pretty well. WRAPPERUP please finish your GUI tutorial series! It is a great tutorial, but it ends after 2 videos. :panda:
link


I have a question. I want to add the variables $add1    and    $add2   what would I put for the command in the GUI editor?
« Last Edit: April 21, 2013, 05:16:11 PM by MrLoganator111 »


Wat

I thinks he wants to know how to add both variables together, which he can do this:
Code: [Select]
$result = $add1 + $add2;

I thinks he wants to know how to add both variables together, which he can do this:
Code: [Select]
$result = $add1 + $add2;
Ty sooo much for all you helped me with!

I probably did this wrong, but is this how I make it so a key bind will open my gui?

Code: [Select]
{
$remapDivision[$remapCount] = "Log Bot GUI";
$remapName[$remapCount] = "Open Gui";
$remapCmd[$remapCount] = "canvas.pushdialog(LogBotGUI.gui);";
$remapCount++;
}
If not, how 2 fix.

Now canvas.pushDialog(LogBotGUI); isn't working =/

EDIT: It says "Invalid Control"
« Last Edit: April 21, 2013, 09:36:33 PM by MrLoganator111 »

Now canvas.pushDialog(LogBotGUI); isn't working =/

EDIT: It says "Invalid Control"

Make sure you have typed it right, and that it actually exist.

Make sure you have typed it right, and that it actually exist.
What do you mean by "that it actually exists"? That the destination exists? Or the command? And I've typed it 20+ times and It hasn't worked yet.  :panda:

Ok im making a Coding Help topic for this cuz thats what this is turning into.

EDIT: Here's the new topic. http://forum.blockland.us/index.php?topic=230746.0

Locking
« Last Edit: April 21, 2013, 10:27:46 PM by MrLoganator111 »