- 17
- Posts
- 3
- Years
- Seen Dec 14, 2022
So I'm trying to build a command that saves the value of the variable VAR_0x8004 to another variable, so that if the player leaves and changes the 0x8004 value (since it is used elsewhere), the follow-up commands will still run properly. I tried this:
but it doesn't seem to be working, as I have a follow-up script that only does stuff if VAR_FOSSIL_CHOICE is set to a specific set of values, and that script doesn't do anything right now. Is there a way to set the value of VAR_FOSSIL_CHOICE equal to the value of VAR_0x8004 at this specific moment?
but it doesn't seem to be working, as I have a follow-up script that only does stuff if VAR_FOSSIL_CHOICE is set to a specific set of values, and that script doesn't do anything right now. Is there a way to set the value of VAR_FOSSIL_CHOICE equal to the value of VAR_0x8004 at this specific moment?