Skip to content

Conversation

@Nartoleane
Copy link

fixed issue with updating variable, when updating an int variable it would set it to a string and from then on when the game naturally updates variable it would add to string.

for example
variable is 1 (integer)
user tries to change variable to 30 (integer) with command but actually changes it to 30 (string)
the game updates the variable by +1 later
the variable is updated to 301 (string) instead of 31 (integer)

fixed issue with updating variable, when updating an int variable it would set it to a string and from then on when the game naturally updates variable it would add to string.

for example
variable is 1 (integer)
use changes variable to 30 (integer) with command but actually changes it to 30 (string)
the game updates the variable by +1 later
the variable is updated to 301 (string) instead of 31 integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant