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
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
I looked at the code
303 elif command == "revert" OR "redo":
and later
elif command == "redo":
action=action
goto 343 //you might have to make a function out of that part, but you get what i mean.
Sorry i can't really code in python, but this pseudo code should be easy to implement for real.
Sometime the AI come up with crazy story line, it would be convenient to cancel it and redo the same action with a single command.
The text was updated successfully, but these errors were encountered:
I looked at the code
303 elif command == "revert" OR "redo":
and later
elif command == "redo":
action=action
goto 343 //you might have to make a function out of that part, but you get what i mean.
Sorry i can't really code in python, but this pseudo code should be easy to implement for real.
Sometime the AI come up with crazy story line, it would be convenient to cancel it and redo the same action with a single command.
The text was updated successfully, but these errors were encountered: