Advertisement
Guest User

Untitled

a guest
May 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. action pause 1; put $lastcommand when \.\.\.wait
  2. pause 10
  3.  
  4.  
  5. var titleArray warmage Initiate Warrior Mage|warmage Novice Mage|warmage Apprentice Summoner
  6.  
  7. CHANGETITLE:
  8. eval numberOfTitles count("%titleArray", "|")
  9. random 0 %numberOfTitles
  10. #echo --- Title Array: %titleArray ---
  11. #echo --- Number Of Titles: %numberOfTitles ---
  12. #echo --- Random Number: %r ---
  13. #echo --- Selected Title: %titleArray(%r) ---
  14.  
  15.  
  16. #Hmmm, genie has a bug and will return -1 as the random number at times
  17. #This will catch it and send it back to recalculate
  18. pause 1
  19. if %r = -1 THEN GOTO CHANGETITLE
  20.  
  21. put title pre choose %titleArray(%r)
  22. pause 5
  23. GOTO CHANGETITLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement