4041424344454647484950
*/ @Override public boolean useUserCommand(int id, L2PcInstance activeChar) { int _nearestTown = MapRegionTable.getInstance().getClosestTownNumber(activeChar); SystemMessageId msg; switch(_nearestTown) { case 0: msg = SystemMessageId.LOC_TI_S1_S2_S3;