Search found 1 match

by fdrown2226
Fri Oct 02, 2015 10:24 pm
Forum: Support and Tech Discussion
Topic: Why are goto and dofile, among other lua commands, disable
Replies: 3
Views: 12623

Why are goto and dofile, among other lua commands, disabled?

The lua programming language includes the commands 'dofile' and 'goto' among others, and I would like to utilize them with my mods. There is a wonderful debugging utility I would love to use, however, because you don't allow dofile, I can't. I am able, using functions, to work around the goto to a c...