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
["7Cav Other", "Print a system chat",
{
params ["_modulePos", "_objectPos"];
systemChat "Hello World"
},
"\a3\modules_f\data\portraitmodule_ca.paa"
] call zen_custom_modules_fnc_register;
Super small moduels that just do simple task can be just definined in fn_init_zenModuels file.
For more advanced moduels. once that have UI por specialized things ussaly is handled in its own funciton.