FireworkPolymer
function distance(){
    distance = "%math_sqrt(({otherplayer_locx_args[0]}-{player_x})^2+({otherplayer_locy_args[0]}-{player_y})^2+({otherplayer_locz_args[0]}-{player_z})^2)%";
    return distance;
    }

distance();复制代码
很简单的代码,但是args[0]没有被替换,怎么办