• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

rebirth onlook color change

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:
Back
Top