Toribash
works well for me with 0.
My guess is: you have the data in a table and setting there the index also at 0 - right?
this won't work lua table indecies must start from 1
"Wenn Sensei Tanaka sein Shodushi ist, dann soll er hingehen und uns den Dimak zeigen!"
What are the size limits of a lua file. I don't seem to be able to run a lua program in toribash that is larger than either 30k lines or that is over 3mb. Does anyone know the actual limits. I just have a rough idea. I would like to know the specifics. Thanks.
I dont think toribash stores the time anywhere. Best bet would to be to call on a text file, that is being generated by a lua script, which isnt run in toribash. This text file would have to contain the time, and if you had an external script running the print (os.time{}) and saving it in that text file.

not sure though
:v
Is there any way to check if a match ended in disqualification? Is there some method similar to get_bout_info that does it?