Advertisement
Guest User

Untitled

a guest
May 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #TRIGGER {({Leopard|Rex|Chicken|Antelope|Impala|Bat|Pangolin|Kite|Wallaby|Eagle|Vulture|Warthog|Gecko|Goat|Armadillo|Turtle|Mongoose|Scorpion|Junglefowl|Swan|Kite|Ferret|Fox|Spider|Toad|Crocodile|Badger|Rat|Falcon|Pigeon}) {flies in.|has arrived.}} {
  2. #IF (%1 != @Pet) {
  3. sho %1
  4. gtell Multiple pets detected. Killing off old pet. Please sense my pet @Pet to find me. Sorry for the spam.
  5. }
  6. }
  7.  
  8.  
  9. it will be changed to
  10.  
  11. #TRIGGER {({Leopard|Rex|Chicken|Antelope|Impala|Bat|Pangolin|Kite|Wallaby|Eagle|Vulture|Warthog|Gecko|Goat|Armadillo|Turtle|Mongoose|Scorpion|Junglefowl|Swan|Kite|Ferret|Fox|Spider|Toad|Crocodile|Badger|Rat|Falcon|Pigeon}) {flies in.|has arrived.}} {
  12. #IF ((%1 != @Pet) OR (%1 != @ArmageddonPet)) {
  13. sho %1
  14. gtell Multiple pets detected. Killing off old pet. Please sense my pet @Pet to find me. Sorry for the spam.
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement