Jump to content

Issue


FlyingSpoon

Recommended Posts

Posted (edited)

Check if Arena[1] is a table.

outputChatBox(type(Arena[1]))

 

Edited by NeXuS™

6C73yFv.png

Did I help you?

Mmpe7Jm.gif


NeXuS™#0001

Posted
local arenas = {
	{"Arena1"},
	{"Arena2"},
	{"Arena3"},
	{"Arena4"},
}

for i, v in ipairs(arenas) do
	arenas[i]["Element"] = createElement(...)
end

Try it like this.

6C73yFv.png

Did I help you?

Mmpe7Jm.gif


NeXuS™#0001

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...