Hi guys!
First: I'm super impressed by Neo and Scruffy's support for these missions.
Second: I'm 95% finished porting a CUP-US mission to the Lingor map. Everything seems right, except upon starting a game, I recieve a message saying "Scripts\DRN\VillageMarkers\InitVillageMarkers.sqf must be called before call to Scripts\DRN\VillagePatrols\InitVillagePatrols.sqf."
I understand what it's saying, and can find the .sqf files and follow the code for the most part, and this is probably an easy fix, but I cannot figure out what's wrong. I've inserted my own village marker placement code from the .rpt file and cleaned it up accordingly. I'm not sure where I went wrong. Would you have any advice?
Thanks!
*Edit- I'm looking around in the Init .sqf files trying to figure out if a call to these files is commented out or something.. I'm hesitant to mess around too much. with unfamiliar code.