Rhyse
Rhyse
-
Re: Capture Room # in Nexus Client
You could also grab it from onGMCP with something like this if (args.gmcp_method === "Room.Info"){ room_area = (args.gmcp_args.area) room_num = (args.gmcp_args.num)} then you can use an ali… (View Post)1