Advertisement
mandashk

GSIV appraise

Jan 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. loop {
  2. line = waitfor "whispers", "asks", "exclaims", "says", "just", "arrived"
  3. if line =~ /^([A-Z,a-z]+)('s group | )(just arrived|just came crawling in|just limped in|just came marching in|just came sashaying in gracefully|just arrived, skipping merrily|just tiptoed in|just strode in|just stumbled in|just came trudging in)/
  4. name = $1
  5. fput "appraise #{name}"
  6. end
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement