Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
seuntjie
on 10/12/2016, 07:49:11 UTC
How to enable debugInfo() ?


There's no debuginfo function. If you want to debug your code, print your  variables etc to the console. Do it old school. Any syntax or runtime errors that LUA encounters are printed to the console. Logic errors you need to figure out yourself.