Quote:
Originally posted by Kaimetsu
Correct except for the fact that he said that he wanted them in strings. Still pretty easy to adapt your code, though.
|
in string
NPC Code:
if (playerenters) {
for (this.i=0;this.i<strlen(#s(bankaccount));this.i++) {
setstring baccount#v(this.i),strtofloat(#e(this.i,1,#s(banka ccount)));
}
}