Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def repetativetask(variable1, variable2)
  2. fput "the task to do with #{variable1}"
  3. more whatever tasks you want to do
  4. more
  5. more
  6. more
  7. end
  8.  
  9. startscript:
  10. fput "move this way"
  11. repetativetask(varX, varY)
  12. fput "move"
  13. repetativetask(var1, var2)
  14. fput "move"
  15. repetativetask(varA, varB)
  16. fput "move"
  17. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement