Well, I've developed a script for you. I've tested here with TFS 1.0, but probably it'll work on TFS 1.2 as well.
function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey)
local p = Player(cid)
local prizes = {5958, 2421}
if math.random(100) <= 25 then...