• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Check which channel I am in

Soandso2

Well-known member
Joined
Mar 13, 2023
RedCents
937¢
How do I (if possible) check, for example, if I am in the General chat channel? Or any channel, by name?
 
I am trying to remember this. I believe it's /list? It will list all the channels you are in? I haven't had to think about this one for awhile.
 
Oh, I ment in a Lua script. Is thre a TLO or something? like me.Channel("General")() or whatever.
I am looking for something similar to mq.getFilteredSpawns I guess.
 
Last edited:
Solution
These should do the trick,


[TABLE=collapse]
[TR]
[TD]bool[/TD]
[TD]ChatChannel[name][/TD]
[TD]Returns TRUE if name is joined[/TD]
[/TR]
[TR]
[TD]int[/TD]
[TD]ChatChannels[/TD]
[TD]Returns the number of channels currently joined[/TD]
[/TR]
[TR]
[TD]string[/TD]
[TD]ChatChannel[#][/TD]
[TD]Returns the name of chat channel #[/TD]
[/TR]
[/TABLE]
Well, whaddayaknow? That was exactly what I was looking for. Bugs me that I did not find that out myself. Many thanks, kind sir/ma'am.
 
Question - Check which channel I am in

Users who are viewing this thread

Back
Top
Cart