Get All Colors

The Get All Colors property retrieves the all of the colors from a Sidekick Character as a string. This makes it easy to store or transfer the character’s full color setup without manually saving each individual color. You can use this property in any instruction that supports string properties, such as Set Text.

Inside the Property

Sidekick Character The character to retrieve the colors from.


Example Use Case

If you need your character to temporarily wear a special outfit with different colors, you can use Get All Colors to store the original colors in a Local Variable (String) before applying the new one. Later, you can restore it using Set All Colors to bring the character’s appearance back to normal.

Last updated