Add 'AddDialogues' in MAPINFO to additively add Strife NPC dialogs without overwriting each other.

This commit is contained in:
nashmuhandes 2021-05-28 19:01:49 +08:00 committed by Christoph Oelckers
commit 08fc91fe3e
3 changed files with 20 additions and 0 deletions

View file

@ -438,6 +438,7 @@ void FMapInfoParser::ParseGameInfo()
GAMEINFOKEY_BOOL(norandomplayerclass, "norandomplayerclass")
GAMEINFOKEY_BOOL(forcekillscripts, "forcekillscripts") // [JM] Force kill scripts on thing death. (MF7_NOKILLSCRIPTS overrides.)
GAMEINFOKEY_STRING(Dialogue, "dialogue")
GAMEINFOKEY_STRINGARRAY(AddDialogues, "adddialogues", 0, false)
GAMEINFOKEY_STRING(statusscreen_single, "statscreen_single")
GAMEINFOKEY_STRING(statusscreen_coop, "statscreen_coop")
GAMEINFOKEY_STRING(statusscreen_dm, "statscreen_dm")