diff --git a/Exile.MapName/init.sqf b/Exile.MapName/init.sqf new file mode 100644 index 0000000..f8cd472 --- /dev/null +++ b/Exile.MapName/init.sqf @@ -0,0 +1,5 @@ +// Put this somewhere in your own init.sqf outside of any other brackets and if statements +if hasInterface then +{ + [] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr +};