ALEL v.1.4 beta
  • APL Testing Release
  • Introduction to ALEL
    • What is ALEL?
    • How do I use ALEL?
    • v.1.4 beta
    • APL 1.0
  • The Ruleset
    • What is The Ruleset?
    • How To: Customise The Ruleset
    • Ruleset Methodology
      • History / Creation Process
    • Prompt
  • The Language
    • What is The Language?
    • How To: Customise The Language
    • Language Methodology
      • History / Creation Process
    • Functions
      • Sub-Functions
    • Prompt
    • What is Context?
  • Commands
    • Layout
    • How To: Write Commands
  • Information
    • Links
    • Version History
    • Credits
Powered by GitBook
On this page
  1. The Language

Functions

All functions of v.1.4 beta's "The Language"

PreviousHistory / Creation ProcessNextSub-Functions

Last updated 2 years ago

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.

  1. "new" is the function that gives the command that name, everything after the equal sign is the name.

  2. "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 .

  3. "codebox" this holds a boolean value (true or false) which if true enables ChatGPT to reply only in code boxes.

  4. "ignore" this holds a integer value (number), which never number gets put in this function will be the rule that ChatGPT ignores.

  5. "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.

  6. "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.

context
Page cover image