Update readme.md

This commit is contained in:
JezuzLizard 2020-04-10 10:43:00 -07:00 committed by GitHub
parent 7cd1f27de7
commit 4057cb0e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ The way scripts are categorized is based on their current functionality.
***The objective of this project is to get as many scripts in the No Known Erorrs category.***
Eventually, once scripts have been tested even more thoroughly there will be a new category for scripts that have parity with the original scripts.
## What is the purpose of these scripts and what do I do with them?
Recompileable scripts can be used to override the base game scripts so your scripts are used instead of the base game scripts. You would want to do this if you wanted to make custom gamemodes, change local variables, or delete functions.
### The current categories are:
**No Known Errors**: This means that during a short gameplay test no errors are observed.