01.08.2012, 21:47
Hi,
I'm looking to make a database of objects (which will be called with an /obj command) through arrays. It would go sort of like this:
object[0] = "string", integer, integer, integer
object[1] = "string", integer, integer, integer
Then I could do:
/obj 1
And it'd add the second array entry there. Is this possible and how would I got about doing it?
I'm looking to make a database of objects (which will be called with an /obj command) through arrays. It would go sort of like this:
object[0] = "string", integer, integer, integer
object[1] = "string", integer, integer, integer
Then I could do:
/obj 1
And it'd add the second array entry there. Is this possible and how would I got about doing it?