Update USAGE.md

This commit is contained in:
Rochet2
2017-03-15 23:46:28 +02:00
committed by GitHub
parent c6d037345b
commit 98d2137f20

View File

@@ -57,7 +57,7 @@ All local variables outside of functions in a script are shared by everything ru
It is good to know where you can find information about Eluna and Eluna's API as well as the basic elements of a script. Here are links to the main sources of information:
- Eluna features [Eluna details](IMPL_DETAILS.md)
- Eluna documentation http://eluna.emudevs.com/
- Eluna documentation http://elunaluaengine.github.io/
### Error messages
If Eluna is installed correctly, the default installation should make errors output to the console as well as a log file in the server folder. If you can not get your script to work, be sure to check the log file for any errors you might have missed.