Quote:
Originally Posted by .Arco
Basically wouldn't it be done in the packethandler?
case 1234:
{
Send effect code;
break;
}
|
Sounds right, I just don't understand how to make the
characters move and do the movement of the actions.
Plus, it doesn't even show to what the case # is. When I click the character it just disappears.