- Jul 10, 2020
- 182
- 421
Anyone have a way to cheat to go BACK in time? To turn the date back?
Meant to be used in browser's console. Starting date of the game is (2000,4,31). Might break some mechanics though.This worked for me
1st step:SugarCube.State.active.variables.date[0] = new Date(2000,0,1)
(Year, Month(0-Jan, 1-Feb, etc.), Date)
2nd:SugarCube.Engine.show()
for changes to take effect