variable in string - stack was not emptied

Issue #21 closed
Fabian Maurer created an issue
label Start
    $me = GetPlayerName();
    say "Creeper" "$me"; // works
end

label Start
    $me = GetPlayerName();
    say "Creeper" "$me "; //Crash due to the whitespace
end

Comments (2)

  1. Log in to comment