Thread: Banks?
View Single Post
  #3  
Old 02-16-2002, 04:50 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
1. Please read guidlines and rules

2.
NPC Code:

if (playerchats) {
tokenize #c;
if (startswith(deposit,#c)) {
this.deposit=strtofloat(#t(1));
if (this.deposit>playerrupees) this.deposit=playerrupees;
setstring bankaccount,#v(this.deposit);
playerrupees-=this.deposit;
}
}



something like this should do it
__________________
No Webhost at the moment