umm for better roleplay
whenever u type !buy <product> it PM's u that food has been bought..
and whenver u type !eat <foog> it PM's ONLY you that you are eating food. but others dont know that u ate food.
it shud say in open like
!buy product
[GTC]Chezor, has bought the food
!eat food
[GTC]Chezor, has ate food.
umm i guess i can also help with scripting by being assistant of mex

.. im not posting whole script but just example..
on *:SIGNAL:vcmp.command:{
if ($2 == !buy) {
if ($3 == $null) vcmp.msg %id Usage: !buy <product>
else vcmp.say %name has bought the product.
}
elseif ($2 == !buy) {
if ($3 == $null) vcmp.msg %id Usage: !eat <food>
else vcmp.say %name has just ate the food.
}
}
Post your comments guys.... :bow: