[SOLVED]Replace rollback with History
Posted: Tue Aug 17, 2021 12:55 pm
Hi there i'd like to replace rollback with the history screen so that instead of rollback the history screen is called. I already disabled rollback and i understand that to change the keymap it would be
would this go in screens.rpy? or would i need an additional function to be able to call history in 00keymap.rpy. Thanks
Code: Select all
init:
$ config.keymap['history'].append('mousedown_4')
$ config.keymap['rollback'].remove('mousedown_4')