The numerical values of variables related to size are incorrect

Regarding the variable scale_x/y, although the initial value is 100 in the inspector,

when using the text display action at startup, it displays as 1. (The object size is 100%.)

Additionally, if you multiply this variable by 2, the variable becomes 2, and the object size becomes 2%.

It seems that despite the object size being 100%, the initial value is 1.

From what I understand you are saying, if you ChangeObjectProperty via:

  1. Variable, you will get % values
  2. Property, you will get 1.0 values

This is rather confusing, but at least it is consistent between the method you want to use. Some might prefer the % and others might prefer the 1.0 and we have given two options to attempt this. I will bring this up and see if it makes sense to leave as is or possibly unify the measurements.