Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function spawnGold(w: text):
  2. set {_n} to 0
  3. loop 20 times:
  4. add 1 to {_n}
  5. drop 1 gold_ingot at {murder::%{_w}%::spawnGold::%{_n}%}
  6.  
  7. function spawnGold(w: text):
  8. loop {murder::%{_w}%::spawnGold::**}:
  9. drop 1 gold_ingot at loop-value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement