146147148149150151152153154155156
else if(val.toLowerCase().equals("$theading")) { val = String.valueOf(((L2PcInstance) activeChar.getTarget()).getHeading()); } sp.addPart(format.getBytes()[i],val); } if(broadcast == true) { activeChar.broadcastPacket(sp); }