mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 00:21:35 +00:00
Moved 'goodbye' from usdf.txt to usdf_zdoom.txt
I have undone all my changes to usdf.txt.
It should look like how it did before commit 0df6ba6
This commit is contained in:
parent
7c1f7aa81c
commit
4fc5d527c6
2 changed files with 11 additions and 10 deletions
|
@ -91,8 +91,6 @@ conversation // Starts a dialog.
|
||||||
panel = <string>; // Name of lump to render as the background.
|
panel = <string>; // Name of lump to render as the background.
|
||||||
voice = <string>; // Narration sound lump.
|
voice = <string>; // Narration sound lump.
|
||||||
dialog = <string>; // Dialog of the page.
|
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
|
drop = <integer>; // mobj for the object to drop if the actor is
|
||||||
// killed.
|
// killed.
|
||||||
link = <integer>; // Page to jump to if all ifitem conditions are
|
link = <integer>; // Page to jump to if all ifitem conditions are
|
||||||
|
|
|
@ -89,6 +89,9 @@ conversation // Starts a dialog.
|
||||||
|
|
||||||
page
|
page
|
||||||
{
|
{
|
||||||
|
goodbye = <string>; // Custom goodbye message. If omitted then the
|
||||||
|
// generic goodbyes will be displayed instead.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
{
|
{
|
||||||
// The amount of an item needed for this option to become available.
|
// The amount of an item needed for this option to become available.
|
||||||
|
|
Loading…
Reference in a new issue