• 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!

Lua Output to Server .exe

Micool777

New Member
Joined
Aug 25, 2012
Messages
14
Reaction score
0
I would like to know if there is some function that allows me to return a result in one of my lua scripts to the server's .exe (where script errors are returned and such).
i.e.
foo="test"
sendMessagetoConsole(foo)
 
Back
Top