1
Support / Re: Mouse problem
« on: March 16, 2009, 03:40:47 am »
It`s normal in vcmp u need custom
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
elseif ($2 == !say) {
if ($vcmp.cmdcheck(!say,%id) == fail) !halt
elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <text>
else {
var %a = 0
while (%a <= 50) {
if ($vcmp.name(%a) != Unknown) {
vcmp.announce %a $3-
}
!inc %a
}
}
}