It's very easy to override system commands. Anything that executes (that is not masked - I won't go into masking now) will REPLACE the system action.
Here it is in practise
: match "help _" {
// Your help code
}
: match "credits _" {
// Your credits code
}As simple as that.