Creates a LuaNpc with the given NPC ID.
ID of the NPC.
A LuaNpc based on the given ID.
id = osrs.ClientOp.getNpcIdByName("Emblem Trader")npc = osrs.ClientOp.getNpcObj(id) Copy
id = osrs.ClientOp.getNpcIdByName("Emblem Trader")npc = osrs.ClientOp.getNpcObj(id)
Creates a LuaNpc with the given NPC ID.