Generates a message above the specified npc, as if sent through chat.
the id of the npc to display the message over
the message to print to the screen
how long to display the message on the screen for in render frames (e.g. a value of 60 will display for 1 second if running at 60 fps).
npc = osrs.ClientOp.getNpcIdByName("Emblem Trader")osrs.ClientOp.npcSay(npc, "Example Message", 100) Copy
npc = osrs.ClientOp.getNpcIdByName("Emblem Trader")osrs.ClientOp.npcSay(npc, "Example Message", 100)
Generates a message above the specified npc, as if sent through chat.