Gets the name of the npc identified by the provided id.
id of the npc.
name of the specified npc.
id = osrs.ClientOp.getNpcIdByName("Emblem Trader");osrs.printf("The name of the npc is %s", osrs.ClientOp.npcName(id)) Copy
id = osrs.ClientOp.getNpcIdByName("Emblem Trader");osrs.printf("The name of the npc is %s", osrs.ClientOp.npcName(id))
Gets the name of the npc identified by the provided id.