If i try to make a mouse click program then it dont work, check the mouse click events in the code, there is the problem i think.
Pastebin: http://pastebin.com/Zv1vYihC
Mouse click program not work.
Started by DubbelSoftware, Apr 21 2016 06:20 PM
2 replies to this topic
#1
Posted 21 April 2016 - 06:20 PM
#2
Posted 21 April 2016 - 06:40 PM
May I ask on what line you are looking for the mouse event on?
#3
Posted 21 April 2016 - 11:45 PM
He's not. Nothing in that paste checks for anything to do with mouse clicks.
If you want to repeat code, use a while loop or something. Having biosmenu() itself will eventually lead to a stack overflow, as each old instance stays loaded in memory, waiting for each new one to complete and return. There's a limit as to how many functions you can run at a time, hence the eventual crash.
http://lua-users.org...ructureTutorial
If you want to repeat code, use a while loop or something. Having biosmenu() itself will eventually lead to a stack overflow, as each old instance stays loaded in memory, waiting for each new one to complete and return. There's a limit as to how many functions you can run at a time, hence the eventual crash.
http://lua-users.org...ructureTutorial
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











