Okay, first of all:
I'm really sorry for asking two questions a day.
I just tried so many ways at this thing and didn't find the right one that I'm really desperate now.
However, this is the code:
Code: Select all
show_auto_button = True
def auto_button():
if show_auto_button:
ui.hbox(xpos=690, xalign=0, ypos=559, yalign=0)
ui.imagebutton("auto1.png", "auto2.png", clicked=dunnowhattoinserthere)
ui.close()
config.overlay_functions.append(auto_button) [I also found the one for skipping, which was toggle_skipping, but I'm afrait I overlooked this one. x_x"]
Thank you for your patience~
- Ryouko