You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the lua script, and tried to implement this function via curr_page and curr_x_position. However, whatever value I set to curr_page, mario always move to 0 position. If I set curr_x_position a value more than 232, mario will just move to the edge of screen and do not update the screen. I am very confused about these, do you have some ideas about this function?
The text was updated successfully, but these errors were encountered:
I have read the lua script, and tried to implement this function via
curr_page
andcurr_x_position
. However, whatever value I set tocurr_page
, mario always move to 0 position. If I setcurr_x_position
a value more than 232, mario will just move to the edge of screen and do not update the screen. I am very confused about these, do you have some ideas about this function?The text was updated successfully, but these errors were encountered: