-mymoney

By Cookies on Feb 12, 2011

before you can use any of my snipplets, you need to go into the variables section and set %c1 22 %c2 7 %red 4

COMMANDS

-(-mymoney) all my snipplets use the - trigger
-(-money nick ) this shows the money of another persons nickname

This was taken from someone else who made this script, i DID not create the orig version and i don't take credit for it. my version is much more simple and removed the option for abuse. the orig version let people get on someone elses nickname while they were gone and transfer that persons money to them. best way to make sure you are using my complete system is to view the snipplets that i made.

Updates

=removed transfer feature
-removed robbing the bank.

Comming soon -

-Host lock match ( so it locks to a specific user rather than an entire nickname )
-requests.
Orig author was LUCIUS

on *:TEXT:-mymoney:*: {
  if (!%replyflood. [ $+ [ $chan ] ]) {
    set -u4 %replyflood. [ $+ [ $chan ] ] ON 
    notice $nick %c1 Your Bank %red $nick : %c2 $readini(mnycount.ini,$nick,money) %red credits. | /notice $nick %c1 UPDATES: to gamble type %c2 -gamble <AMMOUNT> %c1 ( don't use <> ) - %c2 check the store, see what you can buy type %C2 -store }}
  }
}
on *:text:-money*:#: {
notice $nick $c1 $2 has : %c2 $readini(mnycount.ini,$2,money) %red credits. }

on *:TEXT:*:#:{
  set % $+ $nick $+ tempmoney $calc($readini(mnycount.ini,$nick,money) + ($0 * 3)) 
  writeini -n mnycount.ini $nick money $($+(%,$nick,tempmoney),2)
  if ($0 > 65) {
    set %cheatmoney  $calc($readini(mnycount.ini,$nick,money) - ($0 * 9)) 
    writeini -n mnycount.ini $nick money $($+(%cheatmoney),2)
    msg $chan 4W5ell 4D5one7!!! 5You just tried to cheat by typing loads,  it LOST you double what you hoped to make. 
  }
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.