Skip to content

Quest system: Greeting text is not displayed for NPCs inside shops or service buildings #19

Description

@neutonm

Problem

Game: Might & Magic 7

NPCs located inside shops, inns, or other service buildings do not display the greeting text defined with Greeting{}.

Other quest dialogue, such as topics defined with NPCTopic{}, is displayed correctly.

Test code

QuestNPC = 95 -- Davrik Peladium
              -- MM7: Harmondale Inn, Signet Ring quest

Greeting{
    "Greetings, adventurers! I wasn't sure you would show up, but here you are."
}

NPCTopic{
    Slot   = 2,
    Branch = "",
    Topic  = "NPCTopic test",
    Text   = "Test"
}

Expected behavior

When speaking to the NPC, the text defined in Greeting{} should be displayed before the available dialogue topics.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions