Changes

From Vendetta Online Wiki
Jump to: navigation, search

Channel toggle

29 bytes removed, 20:01, 15 April 2007
NO idea how that first line went unnoticed for so long...
his This set of aliases allows the player to keep several different hails at their disposal using switch channels and/or toggle the number row, perhaps to be used for several specific situationsCTC broadcasts on the fly with a single keypress.  
==Code==
alias chtog "ch100" alias ch11 "join 11; alias chtog ch100" alias ch100 "join 100; alias chtog chX" alias chX "join X; alias chtog chY" alias chY "join Y; alias chtog chZ" alias chZ "join Z; alias chtog ch11" alias ctctog "ctcon" alias ctcoff "leave 201; leave 202; echo 'CTC Broadcasts Deactivated'; alias ctctog ctcon" alias ctcon "join 201; join 202; join 100; echo 'CTC Broadcasts Activated'; alias ctctog ctcoff"
==Aliases==