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:
FishyClockwork 2016-10-30 20:30:32 +01:00 committed by GitHub
parent 7c1f7aa81c
commit 4fc5d527c6
2 changed files with 11 additions and 10 deletions

View file

@ -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

View file

@ -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.