Cheating in Axma games?

mac1000

Member
Jun 17, 2017
145
59
Is there any possibility of cheating in axma games like in sugar cube games. Because i cant find out how to trigger an event on axma game called photographer
 

TCMS

Quote my posts if you want an answer
Donor
Former Staff
Aug 5, 2016
5,797
30,082
Press f12, click console. Write: SugarCube.State.active.variables.
And then just add the name of the var you are trying to change after that and put an = and your value. So let's say i'm trying to change a var in game for lust to 50. It would go like this:
SugarCube.State.active.variables.lust = 50

To be noted certain stats are encapsulated in objects. So let's say there's a character called lea. It would go like this:
SugarCube.State.active.variables.lea.lust = 50