int dist = Integer.parseInt(wordList[2]);
int yaw = Integer.parseInt(wordList[3]);
int pitch = Integer.parseInt(wordList[4]);
int time = Integer.parseInt(wordList[5]);
int duration = Integer.parseInt(wordList[6]);
activeChar.sendPacket(new SpecialCamera(id, dist, yaw, pitch, time, duration));
break;
}
case admin_scene:
{
int id = Integer.parseInt(wordList[1]);