Note: In Magsbot 2.0, escape sequences are only performed on strings in the $fmt function or the new $es function, provided for backward compatibility (sort of). The new $fmt_ function acts the same as $fmt except does not perform escape sequence conversions.
Escape sequences are special character combinations that you can use within strings in place of certain values.
/n avatar nameWhen the string is evaluated, the escape sequences in it are replaced by the actual values.
/b the bot's name
/w the current world name
/q quote "
/r carriage return
/d for date
/t for time
/v for VR time
// the "/" itself.