02-17-2015, 05:14 PM
Basically, the issues I saw were that in your combobox you had "RisingSands, WakingSands" <-- note the space between the commas, will cause issues.
Secondly, the action() function is what the local bot performs. This is special because the local bot does not receive it's own messages, so you must pull the value directly from the global variable, like I changed it to.
Secondly, the action() function is what the local bot performs. This is special because the local bot does not receive it's own messages, so you must pull the value directly from the global variable, like I changed it to.