lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Just a quick Q.

Ive got my lovely data retrieval Lua Implementation running happy on PC, but
for some reason, when I use it on PS2, instead of getting the value of a
variable, it seems to return an index..


E.g.

Data0 = 0
Data1 = 1
Data2 = 2
Data3 = 3

Instead of returning 0,1,2,3 respectivily, actually returns 0,2,4,6 ..

Any ideas where I have gone wrong now?