Hello,
Could anyone please make this script work for 0.2.15?
local positions = {
{x=1498, y=863, z=5, stackpos=1},
}
local wallid = 1546
local wall = {} -- should be a table
local time_ = 10
local function doCreateWalls()
for x = 1, #positions do
doCreateItem(wallid, 1, positions[x])...