Advertisement
ppgab

Untitled

Aug 12th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. if (roundWO and (Wasps or Bears or Bats)) or (not Wolfs) then
  2.                 roundWO = false
  3.                 if not (Bears or Bats) then
  4.                     Walker.Goto("Check|WA|TOP")
  5.                 else
  6.                     Walker.Goto("Check|BE+BA|TO")
  7.                 end
  8. else
  9.      roundWO = true
  10.    
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement