Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there's a way to set ChangeState to default?

Asked by
l1pt 0
6 years ago

Is there's a way to actually set back ChangeState to default after being changed?

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Unless SetStateEnabled has been set to maintain a state indefinitely, just setting the state to Landed(7), or GettingUp(2) are usually good, since they almost immediately transition into the character standing idle.

Changing SetStateEnabled has to be done manually, but you can use GetStateEnabled to check if certain states match their default settings.

Hope this helps!

Ad

Answer this question