NPC Mesh Show

02/08/2013 23:43 hacksaw#1
is there a way to show npc meshes by a command like the mob mesh show command below?

case "mobmesh":
{
client.Entity.Body = ushort.Parse(Data[1]);
break;
}