- there seem to be some problems with the line endings...

This commit is contained in:
Christoph Oelckers 2016-10-30 23:44:55 +01:00
parent 4fc5d527c6
commit ede350ba36
1 changed files with 7 additions and 7 deletions

View File

@ -87,13 +87,13 @@ conversation // Starts a dialog.
page // Starts a new page. Pages are automatically numbered starting at 1. page // Starts a new page. Pages are automatically numbered starting at 1.
{ {
name = <string>; // Name that goes in the upper left hand corner name = <string>; // Name that goes in the upper left hand corner
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.
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
// satisified. // satisified.
// jumps to the specified page if the player has the specified amount // jumps to the specified page if the player has the specified amount