-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jim Nelson edited this page Feb 2, 2022
·
29 revisions
Tasty TADS 3 recipes for solving common and uncommon problems.
- Contribute a recipe
- adv3 periplus: Organizes the standard adv3 library by topics and subject matter
- adv3Lite periplus: Organizes the adv3Lite library by topics and subject matter
- A helping hand: Offer the player introductory hints about the game
- IF is for everyone: Make menus accessible to screen reader users at startup
- Stay flexible: Write a description that changes based on the situation
- Special descriptions:
-
Absolutely unique: Give an item a unique room listing (
specialDesc
) -
First impressions: Give an item a different room listing until it's moved or picked up (
initSpecialDesc
) -
The bloom is off the rose: Give an item a unique introduction when it's first seen (
useInitSpecialDesc
)
-
Absolutely unique: Give an item a unique room listing (
- "Who you are": Make a keyboard
-
Same-same, but different: The distinctions between
Decoration
,Fixture
, andImmovable
- Separated by the same language: Make multiple verbs mean the same thing
- Leave nothing but footprints: Make an auto-closing door
- Ubiquity: Put an item in multiple locations (adv3Lite only)
- Never get a second chance: Make a unique room or item introduction
-
Make an entrance: Allow players to
GO IN
a building or room
- adv3Lite, an alternate library for TADS 3
- Printed text, also known as double-quoted strings
- Writing properties as functions
TADS 3 Cookbook. Contribute your own recipes. Most recipes use the Kitchen. Each recipe solely responsible for cleaning up their mess.