Search the Community
Showing results for tags 'commands'.
-
Hi! In this tutorial I will attempt to show you how to use a "define" command/function, I call them "methods". A method can be a group of nodes or just one node that accomplishes a specific task. Much like if you have separate tabs to do different things in your program. Tabs are containers, defines are custom containers that can contain groups of other commands and functions even your custom commands/functions. Why do I need to do all this extra work man? Saves memory - Local variables and list are not saved to memory when used inside defines. Reusable code - You can reuse these methods a
- 21 replies
-
- 8
-
- custom functions
- custom commands
- (and 5 more)
-
UBot Boot Camp Intermediate Part 2 http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/11/ubot-interm-part-2-boot-camp-550-b-600x600.png Hello UBotter! When you finish this you will be able to make large bots with structure and readability. Nothing worse than writing a large bot and the site changes for whatever reason and you are spending hours looking for that snippet of code. Again, you don’t need all this structure for a smaller bot. However, it is a good practice to just do it and you will just be in the habit. In the long run it will save you time and use less co
- 1 reply
-
- 4
-
- custom functions
- custom commands
- (and 7 more)
-
Hello all! I'm wondering if there is anyway I can create a UI button that would stop the script which is running? I don't have the DEV version! Haven't seem to figured it out myself yet but it would be handy if I had one. Thank you!