Skip to content

Commit

Permalink
- there seem to be some problems with the line endings...
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Oelckers committed Oct 30, 2016
1 parent 4fc5d52 commit ede350b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specs/usdf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ conversation // Starts a dialog.

page // Starts a new page. Pages are automatically numbered starting at 1.
{
name = <string>; // Name that goes in the upper left hand corner
panel = <string>; // Name of lump to render as the background.
voice = <string>; // Narration sound lump.
dialog = <string>; // Dialog of the page.
drop = <integer>; // mobj for the object to drop if the actor is
// killed.
link = <integer>; // Page to jump to if all ifitem conditions are
name = <string>; // Name that goes in the upper left hand corner
panel = <string>; // Name of lump to render as the background.
voice = <string>; // Narration sound lump.
dialog = <string>; // Dialog of the page.
drop = <integer>; // mobj for the object to drop if the actor is
// killed.
link = <integer>; // Page to jump to if all ifitem conditions are
// satisified.

// jumps to the specified page if the player has the specified amount
Expand Down

0 comments on commit ede350b

Please sign in to comment.