Skip to content

Instantly share code, notes, and snippets.

@mechawrench
Created January 23, 2017 07:47
Show Gist options
  • Save mechawrench/e20ed7810fb424b9d550ef6c36e7916a to your computer and use it in GitHub Desktop.
Save mechawrench/e20ed7810fb424b9d550ef6c36e7916a to your computer and use it in GitHub Desktop.
/**
* @filename Idle.js
* @desc Idle Script
*/
function Idle() {
while (true) {
delay(5000);
me.weaponswitch();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment