why is this script not working? cant get it to work :S for tfs 1.2
local exhaust = createConditionObject(CONDITION_EXHAUST_HEAL)
setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900))
function onUse(cid, item, fromPosition, itemEx, toPosition)
local...