Guest User

Untitled

a guest
Aug 5th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on linkinuscmd()
  2.     set plist_busy to true
  3.     set plist to {"PayME, Ace, Midian"}
  4.     if plist contains " " then set plist_busy to false
  5.     if plist_busy is false then return "The shitlist is empty!"
  6.    
  7.     return "People currently adorning the shitlist: " & plist
  8. end linkinuscmd
Add Comment
Please, Sign In to add comment