TFS 0.3.7_SVN
This Script is to give a random text and if the first text leaving it removes the item.
function onUse(cid, item, fromPosition, itemEx, toPosition)
local text = {"Ok!", "I go!", "No No No."}
if text[1,#text] ~= nil then
local texts = text[1, #text][math.random(#text[1, #text])]...