Changing Chat Channels With Scripts

From Anarchy Online Wiki [AOWiki]
Revision as of 14:51, 26 November 2005 by old_Nevver (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Originally posted by Nevver on 9/16/2002


You can send messages to different channels like so:


/say <message> is Vicinity.

/o <message> is your Org (guild).

/t <message> is Team (active only when in a team).


Back before the new chat system, it was a pain to change chat channels; you can change channels by either clicking on the channel in your Friends drop down or by using /ch <channel name> like /ch vicinity. That second method is even more cumbersome if you have a guild with a name like mine - /ch Devil`s Advocate is a lot to type. Personally, I still find changing channels with the newer chat system so what I did, before even the new chat, was create some scripts for changing chat channels which I still use to this day:


/da changes to my guild channel using /ch Devil`s Advocate

/tm goes to Team using /ch team

/vic goes to Vicinity using /ch vicinity


And you can make ones for whatever other channels you wish like shopping or teams.


One thing that I added to these scripts is a message that only I can see confirming which channel I had switched to: /text <message>. So now, the scripts look something like this example:


/ch Vicinity

/text Vicinity chat


The newer chat system displays the name of the chat channel you are in already so you might not find as useful anymore, but I still have it in my scripts and like the confirmation message (but probably more out of laziness).