hi guys! my problem is array set
"set value at (0,1,2,3,...) to tokenat..."
I want a single function for all numbers.
My brain hurts when I look at your screenshot
You mean something like this?
AJAX On "playeritem" completed For "x" from 0 to tokencount(AJAX.lastdata,"<br>") Stores -> Push (back) tokenat(AJAX.lastdata, loopindex, "<br>") [/code:2ygttdqn] This will feed all strings from the AJAX.lastdata into your array.
dop2000 thanks
but
item = instance veriable
and
item = set animation frame
AJAX.lastdata for ???
int(tokenat(stores.at(1,2,3,4,5),2,","))
how to distribute?
Develop games in your browser. Powerful, performant & highly capable.
Do the same.
For "x" from 0 to (stores.width-1) Item -> Inventory = Int(tokenat(stores.at(loopindex), 2, ",")) Item -> Store= Int(tokenat(stores.at(loopindex), 1, ",")) item -> set animation frame to Int(tokenat(stores.at(loopindex), 3, ",")) [/code:21bazrap]
I love You