Hi I wanted to make it so when a person pulls a lever after a minute it resets on its own.
here is the script I am using..
function onUse(cid, item, frompos, item2, topos)
local wallpos1 = {x=2567, y=3141, z=9, stackpos=1} --- coordinates of the wall to be removed ---
local...