Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ^It has (.*) months of usefulness left.
  2. ----------------------------------------------
  3. local decaytime = tonumber(matches[2])
  4. dartsort(decaytime)
  5.  
  6.  
  7.  
  8. [and the script is]
  9. function dartsort(decaytime)
  10.     if decaytime > 100 then
  11.         send("drop dart")
  12.     elseif decaytime <= 100 then
  13.         send("give dart to humgii")
  14.     end
  15.     send("probe dart")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement