by ZzZombo » Thu Aug 25, 2016 7:09 pm
yqco wrote:It's already possible:
Code: Select all
function int GetActorArg(int tid, int arg)
{
return GetUserArray(tid, "Args", arg);
}
function int GetActorSpecial(int tid)
{
return GetUserVariable(tid, "Special");
}
Ugh? I mean, "user" variables were introduced exactly to make them never conflict with built-in features, so this just
has to be a bug.
[quote="yqco"]It's already possible:
[code=php]function int GetActorArg(int tid, int arg)
{
return GetUserArray(tid, "Args", arg);
}
function int GetActorSpecial(int tid)
{
return GetUserVariable(tid, "Special");
} [/code][/quote]
Ugh? I mean, "user" variables were introduced exactly to make them never conflict with built-in features, so this just [b]has [/b]to be a bug.