Hello otland users ! I'am requesting a script that when u pull a lever it summon 3 x items (like a small bridge)
here is a exampel script.
someting like that. THAT CODE WAS JUST AN EXAMPEL

Hope someone could help
here is a exampel script.
Code:
---Config
local itemsummon = 1284 -- The item that will appear
local pos = x:1000 y:1000 z:7 -- Position where the item will appear
local itemsummon = 1284 -- The item that will appear
local pos = x:1001 y:1000 z:7 -- Position where the item will appear
local itemsummon = 1284 -- The item that will appear
local pos = x:1002 y:1000 z:7 -- Position where the item will appear
}
--End
function onUse
someting like that. THAT CODE WAS JUST AN EXAMPEL
Hope someone could help