Is there a command to get an absolute value in choicescirpt?

Either it doesn’t exist or I am just really awful at looking stuff up tonight, but is there a command to get an absolute value in choicescript?

thanks for your time.

There isn’t. But there’s a quick fix.

*if (var < 0)
	*set var (var * "-1")
6 Likes

thank you

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.