Starting Conversations From Overland Map

Users who are viewing this thread

Hello,

I want to start a conversation similar to a personality clash or morality objection from the overland map but cannot get it working.

Here's the code snippets I've come up with so far:

1. Simple Triggers

Code:
            # TODO: Show conversation, this part is not working.
            (set_conversation_speaker_troop, "trp_npc1"),
            (start_map_conversation, "trp_npc1"),
            (change_screen_map_conversation, "trp_npc1"),

2. Dialog

Code:
  [trp_npc1,"event_triggered", 
  [

  ], "start the convesation", "next_conv_tag",[]],

What am I doing wrong? Do I have to use mission templates or something like that?

Thanks for the assistance.
 
Back
Top Bottom