Nightimarez
New Member
- Joined
- Jul 24, 2008
- Messages
- 287
- Reaction score
- 2
I need an action script that says the item's description in orange. I'm gonna use it so players click use on the kill reward, and it shows the description.
This may help create it.
This may help create it.
PHP:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doCreatureSay(cid, "TOOOOOOT!", TALKTYPE_ORANGE_1)
return TRUE
end