KimMelo
Newbie
- Oct 10, 2018
- 28
- 11
- 100
Can you sent it to us? Mine is still with errorsI fixed this by editing the cheatmod.rpy file directly to move "tag menu" on each of those lines to the next line within the block.
e.g. changed to this
instead ofCode:init -501 screen more_cheats(): tag menu $ cols = 4
Code:init -501 screen more_cheats() tag menu: $ cols = 4
