Is it by any chance night time? :?
Time is set to 22.00hrs when you are given Spanish Uniform before movie - after movie when you are in puerto la cruz townhall time is 22.10 approx.
Code:
case "falar_Daudet":
LAi_SetActorType(characterFromID("Guibert Daudet"));
LAi_ActorDialog(characterFromID("Guibert Daudet"), pchar, "", 4.0, 1.0);
break;
case "ir_PuertoCruz":
StoreOfficers(pchar.id);
SetCurrentTime(22, 0);
LAi_SetStayType(characterFromID("Guibert Daudet"));
DoQuestReloadToLocation("EleutheraPlantation", "goto", "goto18", "ir_PuertoCruzbis");
break;
case "ir_PuertoCruzbis":
GiveModel2Player("GypsyCaptn_7",true);
AddQuestRecord("Hunter", "8");
ChangeCharacterAddressGroup(CharacterFromID("spanish_soldier_04"), "Eleuthera_Port", "goto", "goto11");
pchar.quest.inspection.win_condition.l1 = "location";
pchar.quest.inspection.win_condition.l1.location = "Eleuthera_Port";
pchar.quest.inspection.win_condition = "check_entree";
break;
case "check_entree":
Characters[GetCharacterIndex("spanish_soldier_04")].dialog.currentnode = "begin_26";
LAi_SetActorType(characterFromID("spanish_soldier_04"));
LAi_ActorDialog(characterFromID("spanish_soldier_04"), pchar, "", 4.0, 1.0);
break;
case "lancer_video":
PostVideoAndQuest("Bartolomeu\residence",1, "danscamara");
break;
case "danscamara":
ChangeCharacterAddressGroup(CharacterFromID("spanish_soldier_04"), "none", "", "");
ChangeCharacterAddressGroup(CharacterFromID("Spanish Governor"), "Quest_Eleuthera_townhall", "goto", "goto7");
DoQuestReloadToLocation("Quest_Eleuthera_townhall", "reload", "reload1", "danscamarabis");
break;
case "danscamarabis":
LAi_QuestDelay("jumping_sound", 0.9);
break;
case "jumping_sound":
PlaySound("PEOPLE\jump.wav");
Characters[GetCharacterIndex("Spanish Governor")].dialog.currentnode = "gov_1";
LAi_SetActorType(pchar);
LAi_SetActorType(characterFromID("Spanish Governor"));
LAi_ActorWaitDialog(CharacterFromID("Spanish Governor"), Pchar);
LAi_ActorDialog(pchar, characterFromID("Spanish Governor"), "", 9.0, 1.0);
break;
case "giflecole":
LAi_SetActorType(pchar);
LAi_SetActorType(characterFromID("Spanish Governor"));
LAi_ActorAnimation(pchar, "attack_2", "Lancer_Video2", 0.0);
PlaySound("OBJECTS\duel\punch1.wav");
Let me guess - the governor only works office hours ( lazy @?# )