tsb0314
New Member
- Joined
- Oct 21, 2009
- Messages
- 220
- Reaction score
- 4
hi i just got a rebirth onlook script and the color is green and i would like to get it to stand out. i would like the color to be red here is my script if someone could please help me out.
Code:
function onLook(cid, thing, position, lookDistance)
if not isPlayer(thing.uid) then
return true
end
doPlayerSetSpecialDescription(thing.uid, '.
Rebirth: ' .. math.max(0, getCreatureStorage(thing.uid, 200)))
return true
end
Last edited: