Ghaz-ranka

Untitled

Nov 28th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. LumberEXP[@player("name")][1] += 1
  2. @send("You gained " + 1 + " Lumbering EXP")
  3. @send("Your total Lumbering EXP is " + LumberEXP[@player("name")][1])
  4.  
  5. Sends perfectly
  6. ---------------------------------------------------------------
  7.  
  8. @send("&1" + arguments[1] + ":&f " + string($(arguments[1])))
  9.  
  10. Does not send perfectly
Advertisement
Add Comment
Please, Sign In to add comment