-
Notifications
You must be signed in to change notification settings - Fork 10
lua how to add autocomplete
mtanksl edited this page Sep 17, 2023
·
1 revision
- Download ZeroBrane Studio IDE.
- Copy the reference file from
\mtanksl.OpenTibia.GameData\data\openTibiaFunctionsReference.lua
- Paste the reference file into
\ZeroBraneStudio\api\lua\
- Launch the IDE.
- Click
Menu > Edit > Preferences > Settings: User
. - Add a line with
table.insert(api, "openTibiaFunctionsReference")
. - Relaunch the IDE.
- Type
command.
in any script and the autocomplete will appear. - Now go have some fun!