Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. trigger text: A prickly ash tree is growing here.
  2. begins with also tried exact match to be safe.
  3.  
  4. execute script
  5.  
  6. if (client.gathering == true) {
  7. send_command('queue add eqbal harvest ash')
  8.  
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement