Scripting can be made easier, because it doesn't require the user to compile etc etc etc, or have "fancy" software installed.
Any one can write a script that essentially says:
code:
OnText("bananas"){
Writeln("Hmmmmmmm, bananas");
}
etc etc
or
code:
OnText("(!VER)"){
WriteLn("(!VER)");
}
It would be extremely simple to use.
EDIT: I know this is like an autoresponder, but hey, it's the principle!
Maybe something like:
code:
OnSound(){
AddToSounds;
}
Or
code:
OnVar(Mood).Change{
DisplayPic:=DisplacPic.FILENAME;
} // When the mood is changed via a plus command, then the display picture is changed or something...