Guest User

Untitled

a guest
Dec 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. on $*:TEXT:!addstuff *:#: {
  2. write stuff.txt $2-
  3. inc %stuffqty 1
  4. msg # Item added with ID %stuffqty
  5. }
  6.  
  7. on $*:TEXT:!stuff:#: {
  8. msg # $read(stuff.txt) falls out of the stuff machine!
  9. }
  10.  
  11. on $*:TEXT:!stuffqty:#: {
  12. msg # Amount of items: $lines(stuff.txt)
  13. }
Add Comment
Please, Sign In to add comment