Page 1 of 1

HELP! Changing a value automatically after fixed value is changed.

Posted: Wed Aug 01, 2018 7:53 am
by Tiswone
I have a simple question but yet no answer so far in other boards..



is there a way to automatically change a value in CE when CE is detecting a value i fixed is changing?



For an example. Player vs KI



KI does a move you can jump over (the move has the value 110CD)

Players value when he doesnt do anything is : 110



So basically, whenever CE detects that the KI opponent does 110CD (move you can jump over)

It will automatically change my value (110) to (120) what makes me jump.





I hope i could somehow explain my case, is there a way/code/software who is able to do this ?

HELP! Changing a value automatically after fixed value is changed.

Posted: Wed Aug 01, 2018 8:26 am
by koderkrazy
If you want to change one value(A) if other value(B) changes then create a timer in Lua and keep monitoring B and change A accordingly.

[URL]https://wiki.cheatengine.org/index.php?title=Lua:Class:Timer[/URL]



Which game are you talking about? provide link and screen shots for better understanding.