i have a whole set of triggers that i want to turn off and on from time to time. is there a way to load and unload a tcl from the party line or from a process?
There are some rudimentary attempts to build script-APIs to allow dynamic loading and unloading, although I cannot comment on the usability of these scripts.
Depending on the number of triggers/commands, I'd suggest simply using globalspace variables to specify the operation of the different triggers/commands.