redicrects the sterr to stdout so it can all be in the same file
Added `2> log_err.txt` to the command and explained what it does. This is necessary as stderr will otherwise get outputted to the console instead of the file.
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual