brainfrz

Untitled

Sep 25th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Template:
  2. Name - The name to be used in the console when ordering or editing. (case insensitive)
  3. Line Description - The description that will show up on the customer-facing menu screen.
  4. Price - The price to be read as a double and without any formatting
  5. Long Description - This is the full description that will be viewable by the customer if they type something like "view <name>" (or click on it if I expand to GUI functionality)
  6. <Empty_Line> - This will be used as a delimiter to separate the items on the menu
  7.  
  8. Example file:
  9. -----------------------------------------------
  10. MedPizza
  11. Medium Cheese Pizza
  12. 8.99
  13. This medium cheese pizza will be sure to have your mouth watering and your taste buds delighted!
  14.  
  15. SmlFries
  16. Small Fries
  17. 1.19
  18. A small cup of salty french fries to munch on as a snack
  19.  
  20. Milk
  21. Carton of Milk
  22. 0.99
  23. This pint carton of milk is a great way to start your day strong!
Advertisement
Add Comment
Please, Sign In to add comment