Quote:
Originally Posted by Inverness
Uh for GS1, setarray name,length; creates a blank array. Same in GS2 also.
And if you want to make array in GS1 you use setstring name,var0,var1,var2,var3,etc.;
Also your little bit of GS2 code is wrong.
PHP Code:
showtext(498,player.x-0.1,player.y-3,"Tempus Sans ITC","c",maparray[0]);
That is correct.
|
Oy, I'm just a bit tired from a long day, Cut me some slack -_-
You don't need setarray in GS2, All you need to do is array = {whatever}. . .
I do that all the time.