function thinkCallback(cid)
local i, p = t[os.date('%A')], getCreaturePosition(getNpcCid())
if p.x > i.x+2 or p.x < i.x-2 or p.y > i.y+2 or p.y < i.y-2 then
doCreateNpc("Rashid", i)
doRemoveCreature(getNpcCid())
end[B][COLOR="red"]
return true[/COLOR][/B]
end