- added UMDF property to assign conversation dialogues to mapthings.
SVN r2567 (trunk)
This commit is contained in:
parent
96a8f1ceee
commit
883510efe2
5 changed files with 23 additions and 0 deletions
|
|
@ -493,6 +493,11 @@ public:
|
|||
th->type = (short)CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_Conversation:
|
||||
CHECK_N(Zd | Zdt)
|
||||
th->Conversation = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_Special:
|
||||
CHECK_N(Hx | Zd | Zdt | Va)
|
||||
th->special = CheckInt(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue