Event id for updating the friend list or ignore list. Calls the OnFriendTransmitCallback.
-- Create a functionlocal friendTransmit = function() osrs.print("Friends or ignore list has changed")end-- Subscribe to the functionosrs.Events.subscribe(friendTransmit, osrs.Events.ON_FRIEND_TRANSMIT) Copy
-- Create a functionlocal friendTransmit = function() osrs.print("Friends or ignore list has changed")end-- Subscribe to the functionosrs.Events.subscribe(friendTransmit, osrs.Events.ON_FRIEND_TRANSMIT)
Event id for updating the friend list or ignore list. Calls the OnFriendTransmitCallback.
Example