diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 88a10d7..8dffff6 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -1,5 +1,7 @@ All Lua General Functions are in the global table 'eq'. +[Return to the Lua API](Lua-API) + ``` void load_encounter(std::string name); void unload_encounter(std::string name);