Ninjaisfast 0 Posted July 5, 2019 So the example for BIS_fnc_fadeEffect on the wiki works, but gives me a Generic eror in expression. Is this something I need to worry about? I'm running it from a trigger in the activation field. I get the same nature when I remoteExec it - it works but gives an error. From the wiki: [1, "WHITE", 5, 1] call BIS_fnc_fadeEffect; Thanks in advance ❤️ Share this post Link to post Share on other sites
7erra 629 Posted July 5, 2019 Yeah the example on the BIKI is wrong. The function has to be spawned: [1, "WHITE", 5, 1] spawn BIS_fnc_fadeEffect; I am going to correct it. 4 Share this post Link to post Share on other sites