Ok eg: I have an dimensional array say we call it:-storagepos
Dim storagepos0$(6,4) //or 24 positions
We then store say an object in it at a location (6,1) eg: mapinvstoragepos0$(6,1)="drum"
Now, my question is, what if i want to have more than one object at locationa (6,1), how can this be done??? eg: I might want a drum and a key there at the same place?
You cannot for the moment. I will soon implement objects, and a type-free type of variables, VARIABLE?, with a question mark at the end, that will be like Javascript variable and accept everything... including AOZ Objects. Should be working by the end of the month, I need that for the IDE... :)
ah ok great