Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: Lua  |  size: 0.35 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if bow=yes then
  2.         send ("get meteor from bag383324")
  3.         send ("shoot " .. target .. " with meteor")
  4. elseif bow=no then
  5.         send ("sheathe scimitar352358")
  6.         send ("unwield left")
  7.         send ("unwield right")
  8.         send ("get bow129544 from baldric395342")
  9.         send ("wield  bow129544")
  10.         send ("shoot " .. target .. " with meteor")
  11.         bow=yes
  12.         sword=no
  13.         dagger=no
  14. end