• 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!

Fixed Hornblower Storyline: Attack on Antigua (Dead rifleman and nothing happens)

This fix was made after I made the new update. So the latest version contains a lot of changes, but not this one.

If we get the chance, we want to figure out why this used to work without this fix, but not anymore.
 
This:
Code:
        case "What_happened_here":
            LAi_QuestDelay("What_happened_here2", 2.0);
        break:
Should be this at the bery least:
Code:
        case "What_happened_here":
            LAi_QuestDelay("What_happened_here2", 2.0);
        break;
Note that last character after the break.

EDIT: This correction does prevent an error log entry, but doesn't solve the original problem.
@Grey Roger's fix works fine. So I do not know why it used to work before and doesn't now, but it IS fixed again so problem solved. :shrug
 
Last edited:
Back
Top