Untitled

 avatar
unknown
plain_text
a year ago
226 B
7
Indexable
	for i = 1, 255 do
		position.stackpos = i
		if getThingFromPos(position).uid and getThingFromPos(position).uid > 0 and isContainer(getThingFromPos(position).uid) then
			Position = position
			Check = true
			break
		end
	end
Editor is loading...
Leave a Comment