airsfotglock commented on a Page, Money System/RPG Basis  -  May 04, 2010

so if i wanted to add proporty uhh lets say beach house i would do..

on *:TEXT:!buy*:#: {
  if ($2- == Beach House) {
    if (%money [ $+ [ $nick ] ] >= 60000) {
      dec %money [ $+ [ $nick ] ] 60000
      set %prop [ $+ [ $nick ] ] true
      set %property [ $+ [ $nick ] ] Beach House
      msg $chan $nick has bought the Beach House for 60,000 dollars
    }
    else { notice $nick You don't have enough money! }
  }
}
 Respond  
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.