I am absolutely new to programming as a whole and having no luck with it so far.
Lets say I would like 'You have recovered balance.' to be replaced with 'BALANCE RECOVERED' in bold white letters. All I know is to send it to myself and not the world.
But if you demand that it be done in vbscript, you could run something like this (though I don't see why you'd put in the extra effort):
Edit your script file to have this in it:
sub balance(trigger,sent_line,wildcards)
world.colournote "#FFFFFF", "", "BALANCE RECOVERED"
end sub
Save the script then, in the edit trigger box (after clicking add in the configuration screen for triggers)
Trigger: You have recovered balance.
Leave Send blank.