View Single Post
08/02/19, 08:47 AM   #11
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 211
Originally Posted by sirinsidiator View Post
Suppressing pings works on a per unit tag base for the group pings. You'd need to call it once for each possible group member like so:
Code:
/script for i=1, 24 do LibMapPing:SuppressPing(MAP_PIN_TYPE_PING, GetGroupUnitTagByIndex(i)) end
Would the next member be i=2? Then i=3?
And how would I undo it? Change "SuppressPing" to "UnsuppressPing"?
  Reply With Quote