If the interaction trigger has been created you can try to trigger it manually:
i got an AttributeError from this and the other command
alternatively, set the flags for the quest directly which will add the next quest (Eager Student ch. 5) and fulfill conditions for morning encounter:
[/QUOTE]
this one worked, now the quest is on ch. 5, thanks
Code:
state.interaction_manager.get_trigger_by_id("cait_student_4_banana_training.door_open").activate_interaction()
i got an AttributeError from this and the other command

alternatively, set the flags for the quest directly which will add the next quest (Eager Student ch. 5) and fulfill conditions for morning encounter:
Code:
CaitStudent4BananaTrainingQuest.get_quest().on_left_her()
CaitStudent4BananaTrainingQuest.get_quest().finish()
this one worked, now the quest is on ch. 5, thanks