- added UMDF property to assign conversation dialogues to mapthings.

SVN r2567 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-22 17:18:46 +00:00
commit 883510efe2
5 changed files with 23 additions and 0 deletions

View file

@ -180,6 +180,8 @@ Note: All <bool> fields default to false unless mentioned otherwise.
class# = <bool> // Unlike the base spec, # can range from 1-8.
// 8 is the maximum amount of classes the class
// menu can display.
conversation = <int> // Assigns a conversation dialogue to this thing.
// Parameter is the conversation ID, 0 meaning none.
}
@ -268,6 +270,9 @@ Added 'playeruseback' line trigger flag.
1.11 07.08.2010
Added 'soundsequnce' sector property.
1.12 22.08.2010
Added 'conversation' thing property.
===============================================================================
EOF
===============================================================================