Scripting, Code & Interaction: Difference between revisions

Jump to navigation Jump to search
Line 174: Line 174:


==Slowing down your loops==
==Slowing down your loops==
''I have a loop that I can't seem to get to run any slower than it does. For example, my incrementing variable within the loop only increments by 1, and I can't use a lower value. How else can I slow the loop down?''
First off, there should already be a '''Wait();''' statement in your loop during each iteration. And to make the loop run slower, simply make the value inside '''Wait()''' higher. The higher it is, the longer it will delay. Simple as that!
==Creating your own custom functions==
==Creating your own custom functions==
==Defining custom hotkeys and shortcuts==
==Defining custom hotkeys and shortcuts==

Navigation menu