OTS Guide
  • Introduction
  • Compiling
    • Compile on Arch
    • Compiling on CentOS
    • Compiling on Debian GNU Linux
    • Compiling on Fedora
    • Compiling on FreeBSD
    • Compiling on Gentoo
    • Compiling on Mac OS X
    • Compiling on Ubuntu
    • Compiling on Windows
    • Compiling on Windows (vcpkg)
  • Running your first OT Server
    • Setting up your first server
    • Connecting to your server
    • Editing your datapack
    • Opening your server to the public
  • TFS documentation
    • TFS 1.4 official release
    • LuaScript Interface
      • Action
      • ChatChannel
      • CreatureEvent
      • GlobalEvents
      • MoveEvent
    • Lua functions
    • Metatables
      • Game
  • Glossary
  • Running your first ubuntu linux OT
Powered by GitBook
On this page

Was this helpful?

  1. TFS documentation

LuaScript Interface

LuaScript Interface allows you to create and delete items, to find any player online, create new monsters, npc and many more.

In other words, it is your go-to friend if you want to communicate with TFS.

You can do almost anything in Lua, take the advantage and read through sections to get to know more about what you can do.

PreviousTFS 1.4 official releaseNextAction

Last updated 4 years ago

Was this helpful?