Functions
All functions of v.1.4 beta's "The Language"
Firstly, <save> box is interpreted by ChatGPT as what everything it should save inside of the command. This is arguably the least important aspect of a command however should be included.
"new" is the function that gives the command that name, everything after the equal sign is the name.
"dc" is the most important function and arguably the hardest to understand, everything inside of this function gives the command it's functionality. ChatGPT uses this as the general idea of what the command does to the context.
"codebox" this holds a boolean value (true or false) which if true enables ChatGPT to reply only in code boxes.
"ignore" this holds a integer value (number), which never number gets put in this function will be the rule that ChatGPT ignores.
"depen" holds a boolean value (true or false). ChatGPT requests another prompt to add onto the commands functionality, this is if it holds a true boolean value. If false it does not do so.
"aec" holds a boolean value (true or false), if enabled ChatGPT will attempt to correct you if you did a major mistake when inputting a command. This function is still in active WIP and will probably not work very well.
These are all the functions that come with v.1.4 beta.
Last updated