Page 1 of 1

Value keeps reverting back

Posted: Sun Dec 03, 2017 9:44 pm
by Qajja
i found my value for health and want to make sure it doesnt change however when i add the value to the cheat table and activate it whenever i lose health the value goes down with the health

hope ive articulated this okay
any help

Re: Value keeps reverting back

Posted: Tue Dec 05, 2017 12:30 am
by jungletek
Something else is modifying the value constantly. Read up on 'find what writes/ find what accesses'; basically you need to manipulate the code that is constantly writing the health value, or the code that writes it when you take damage, depending on how you want your script to work.