nezd 2 Posted April 15, 2016 Share Posted April 15, 2016 Hi there. My program exits for no reason when function settingsentrence() is called. Here is the code:http://pastebin.com/B2czP4aJ Quote Link to post Share on other sites
0 Solution TYKUHN2 2 Posted April 17, 2016 Solution Share Posted April 17, 2016 goto settingsentrence is a BIG no no since you already assigned Local variables. To bypass issues of scope Lua doesn't allow any change in local variables between the labal and the goto statement Quote Link to post Share on other sites
0 Molinko 43 Posted April 16, 2016 Share Posted April 16, 2016 Line 64 "::settingsentrence::" <-no. The next line is term.clear().... Quote Link to post Share on other sites
Hi there. My program exits for no reason when function settingsentrence() is called.
Here is the code:http://pastebin.com/B2czP4aJ
Link to post
Share on other sites