Function call during return fails

Issue #30 resolved
Fabian Maurer created an issue

The following code fails

function GetName()
    return Character.ForPlayer():GetName();
end
name = GetName();

with the error

attempt to index an varargs value

Comments (3)

  1. Log in to comment