Creates a normal version of mr ross in the ross house.
798081828384858687
*/ public boolean removeFromWorld() { removeNPC("Mr Ross"); final StendhalRPZone zone = SingletonRepository.getRPWorld().getZone("int_ados_ross_house"); new FatherNPC().createDadNPC(zone); return true; }