#CLASS {Misc|color_tech} #ALIAS techlist {#IF ((%1 = "") OR (%1 = "help")) {#SHOW {Usage: techlist ~}} {#IF (%1 = "remove") {#SHOW {Removing %2 from the tech list.};#DELITEM techlist %2;techlist list} {#IF (%1 = "list") {#SHOW {Tech List is:};#SHOW {-------------};#FORALL @techlist {#SHOW {%i}};#SHOW {-------------}} {#IF (%1 = "config") {techfore = %2;techback = %3;#SHOW %ansi(@techfore,@techback)Setting tech highlight.} {#SHOW {Adding %1 to the tech list.};#ADDITEM techlist %1;techlist list}}}}} #VAR techlist {Ozzy|Lasher|Barney} #VAR techfore {white} #VAR techback {green} #TRIGGER {{@techlist} Tech} {#CW @techfore,@techback} #CLASS 0