Here's an example of a ctf team switcher:
alias teamred "changeteam red; say /me has switched to the red team."
alias teamblue "changeteam blue; say /me has switched to the blue team."
To make it work, type
teamred to change to team red and make yourself say
/me has switched to the red team. Same goes for blue, just type the command
teamblue
Side note: The
/me is to replace it with your name when you send the message. Keep that in there, do NOT change it to your username.
I'm currently working on a script that changes the colors of Sonic repeatedly to orange, yellow, silver, white and again in reverse. I haven't got it quite capable of stopping and turning back to blue, and I need a color chart of the different color ID's, as I have forgotten them since my last test of it ^_^