You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you leave the function class entry exist like
classEvents {
classOnInit { };
};
then you'll get an error that just shows up as ERROR: 'call ' in Arma, which makes it pretty hard to figure out what you're doing wrong. Would be nice if you could add if (_function != "") before the call.
The text was updated successfully, but these errors were encountered:
Right now if you leave the function class entry exist like
then you'll get an error that just shows up as
ERROR: 'call '
in Arma, which makes it pretty hard to figure out what you're doing wrong. Would be nice if you could addif (_function != "")
before the call.The text was updated successfully, but these errors were encountered: