f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

This would not work until I changed this #150

Closed FARTBOXGAMING closed 7 years ago

FARTBOXGAMING commented 8 years ago

The instructions say to add this line

[ ] ExecVM "\z\addons\dayz_server\WAI\init.sqf";

The missions would not load so I changed it to this as per the earlier versions instructions

ExecVM "\z\addons\dayz_server\WAI\init.sqf";

and it worked. Noting removing [ ] from the start.

Thought I would post incase anybody else gets this issue.