Post subject: Quick lua question
Lil_Gecko
He/Him
Player (94)
Joined: 4/7/2011
Posts: 520
When I was bruteforcing on Psxjin, I'd use emu.pause() to, well, pause the movie when the condition was met, so I could let the program run by itself. However I can't seem to find a way to pause on Bizhawk. Am I missing something obvious ?
Editor, Emulator Coder
Joined: 8/7/2008
Posts: 1156
yes, youre missing the help menu and the lua functions list box
Joined: 7/28/2005
Posts: 339
zeromus wrote:
yes, youre missing the help menu and the lua functions list box
I just checked the page. Not a fan of having to click through a bunch of tabs to find the function I want. Would much prefer a page like this one, where everything is just on one huge list for easy searching. Anyway, the function you're looking for is (I think) client.pause().
Masterjun
He/Him
Site Developer, Skilled player (1971)
Joined: 10/12/2010
Posts: 1179
Location: Germany
Kles wrote:
I just checked the page. Not a fan of having to click through a bunch of tabs to find the function I want.
Use this. Use this. (There is even a filter option)
Warning: Might glitch to credits I will finish this ACE soon as possible (or will I?)
Lil_Gecko
He/Him
Player (94)
Joined: 4/7/2011
Posts: 520
Ah client.pause() !!! Thanks. I thought of looking at emu, but not client.