-- Check if any communication channels are currently openlocal active_channels = get_comm_channels()if next(active_channels) == nil then print("No active channels found.")else print("Found active communication channels.")end
Useful for debugging multi-actor scripts to check which channels were successfully registered.