Event id for joining or leaving clan chat. Calls the OnClanChannelTransmitCallback.
-- Create a functionlocal clanChannelTransmit = function() osrs.print("Entered or left clan chat")end-- Subscribe to the functionosrs.Events.subscribe(clanChannelTransmit, osrs.Events.ON_CLAN_CHANNEL_TRANSMIT) Copy
-- Create a functionlocal clanChannelTransmit = function() osrs.print("Entered or left clan chat")end-- Subscribe to the functionosrs.Events.subscribe(clanChannelTransmit, osrs.Events.ON_CLAN_CHANNEL_TRANSMIT)
Event id for joining or leaving clan chat. Calls the OnClanChannelTransmitCallback.
Example