Finds if the specified npc type has been highlighted through the specified channel.
The id of the specified npc type. Integer.
The id of the specified highlight channel [1-32]. Positive Integer.
Whether the specified npc type has been highlighted through the specified channel. If specified channel does not exist this is also false.
osrs.ClientOp.highlightNpcTypeOn(522, 12)-- Prints: trueosrs.print(tostring(osrs.ClientOp.highlightNpcTypeChannelActive(522, 12)))osrs.ClientOp.highlightNpcTypeOff(522, 12)-- Prints: falseosrs.print(tostring(osrs.ClientOp.highlightNpcTypeChannelActive(522, 12))) Copy
osrs.ClientOp.highlightNpcTypeOn(522, 12)-- Prints: trueosrs.print(tostring(osrs.ClientOp.highlightNpcTypeChannelActive(522, 12)))osrs.ClientOp.highlightNpcTypeOff(522, 12)-- Prints: falseosrs.print(tostring(osrs.ClientOp.highlightNpcTypeChannelActive(522, 12)))
Finds if the specified npc type has been highlighted through the specified channel.