Manual:Verbot Editor Embeded Code

From VerbotWiki

Simply write your C# within a <?csharp ... ?> tag, and it'll be executed when the rule fires.

Eample:

<?csharp Console.Write("Hello world!"); ?>

This will write the string "Hello world!" to the output itself.