• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Confirmed Bug Send officer for scouting outside tavern

Levis

Find(Rum) = false;
Staff member
Administrator
Creative Support
Programmer
Storm Modder
If you send the officer for scouting outside the tavern it's possible the locator might not be found. This should be changed to a function which looks for a suitable locator.
 
There must be. Look at the code for hiring a walker. They always run off to a nearby exit.
 
They use this function:
Code:
LocatorExitSence(string locationID, string locType, string toLocation)
like this:
Code:
LocatorExitSence(PChar.location, "from", "house")
 
Back
Top