Thanks, it works.
Apparently you have to change the zeros to ones though because LUA likes to go 1-20 rather than 0-19.
Search found 2 matches
- Wed Oct 19, 2005 1:32 am
- Forum: PSP Lua Player Development
- Topic: Help with function to make array
- Replies: 2
- Views: 1618
- Wed Oct 19, 2005 12:30 am
- Forum: PSP Lua Player Development
- Topic: Help with function to make array
- Replies: 2
- Views: 1618
Help with function to make array
I'm new to LUA and I need an array that is 20x12x5. Righy now I just have an ugly writen-out blob to start it with all zeros. fire = {{{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0...