Untitled

 avatar
unknown
lua
2 years ago
128 B
4
Indexable
function boolean()
	return true
end

function onUse(cid, item, fromPosition, itemEx, toPosition)
    return boolean()	
end
Editor is loading...