Thread: Scripting Help
View Single Post
  #6  
Old 08-19-2001, 09:34 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
i know how sir
use #e
also im using an array so to get a value u would do baccount[1] instead of baccount1
(and it starts at 0 not 1)
NPC Code:

if (playerenters) {
setarray baccount,strlen(#s(bankaccount));
for (this.i=0;this.i<strlen(#s(bankaccount));this.i++) {
baccount[this.i]=strtofloat(#e(this.i,1,#s(bankaccount)));
}
}

__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote