Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if matches[2] == "rh" then
  2. rightHand = true
  3. leftHand = false
  4. ripInfo("I am the Right Hand of The Shadow Cabal.", "green")
  5. elseif matches[2] == "lh" then
  6. leftHand = true
  7. rightHand = false
  8. ripInfo("I am the Left Hand of The Shadow Cabal.", "green")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement