• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Documenting luascript.cpp functions

Infernum

Senator
Joined
Feb 14, 2015
Messages
5,643
Solutions
559
Reaction score
3,949
Script (Run with lua binary)
example command to run it (you must have your Lua directory added in PATH environment variable):
Code:
lua "C:\Users\user\Desktop\script.lua"
Input luascript.cpp directory:
C:\Users\user\Desktop\luascript.cpp
Input your output directory:
C:\Users\user\Desktop

I've attached a precompiled binary to run this script without having to install Lua to your system, which will run the exact same way as running the script through command line with the Lua binary (the executable might not work on some systems, the program I used to compile the script doesn't offer any compilation options)

Example Output (TFS 1.3 Master Branch as of 10/4/2018)
 

Attachments

Back
Top