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.

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
Expected behavior
When speaking to the NPC, the text defined in
Greeting{}should be displayed before the available dialogue topics.