There are two special bugs that appear in the text language version of the “Simplified Chinese”(简体中文).
1: Demo: Y0TR9 Rule 1
When I use “Heroes(Event Player) = Heroes(D.va)” in Conditions, or when I use “Global Variable A = Y Component of (Position of (Event Player))” in Actions, they cannot be copied.
Error message:
Error: Should have a hero’s name after “Hero (” on line 3.
Error: A value of incompatible type appeared after “Y Component of(” on line 3.
(Probably this means. This error does not occur in the English version.)
2: Demo: Y0TR9 Rule 2
When I copy and paste an action “Global Variable A = Position of (Event Player)”, the new action becomes “Global Variable A = Solt of (Event Player)”.
The reason is that “Position of” and “Solt of” are translated into the same word “位置” in Simplified Chinese text, and “位置” of “Solt of” is placed in front of “Position of”.
This leads to Workshop not being able to accurately identify which “位置” is in the process of copying, so the default is the one that is ahead.