
09-22-2003, 01:25 AM
|
Registered User
|
 |
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
|
|
Quote:
Originally posted by DustyPorViva
NPC Code:
setarray this.test,5;
would then create the variable:
NPC Code:
this.test={0,0,0,0,0};
And then you could manually access each value by:
NPC Code:
this.test[2]=8;
would make the third value eight.
|
But you cant
this.test[2]=8;
until you
setarray this.test,5; |
__________________

Job: A Legend
And you think that you have played Graal forever? Ha!
|
|
|