mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
First, take care of usdf.txt
Updated about the new 'goodbye' property.
This commit is contained in:
parent
0370592422
commit
0df6ba6951
1 changed files with 10 additions and 8 deletions
|
@ -91,6 +91,8 @@ conversation // Starts a dialog.
|
|||
panel = <string>; // Name of lump to render as the background.
|
||||
voice = <string>; // Narration sound lump.
|
||||
dialog = <string>; // Dialog of the page.
|
||||
goodbye = <string>; // Custom goodbye message. If omitted then the
|
||||
// generic goodbyes will be displayed instead.
|
||||
drop = <integer>; // mobj for the object to drop if the actor is
|
||||
// killed.
|
||||
link = <integer>; // Page to jump to if all ifitem conditions are
|
||||
|
|
Loading…
Reference in a new issue