Hi TwWizards I'd like to be able to simulate the behaviour of IF (interactive fiction http://adamcadre.ac/if.html) in a TW.
I want to populate a tiddler with hidden sections with usable expressions/commands [*]. In the tiddler I will let the reader choose options - however I will not reveal which options are available.. A sentence might end like this: "You can see a Kitchen door, a Library door and an old note here." Followed by a prompt: ">" Where the player/reader will write a command [*] If the command exists (as a section) he will get the text/answer shown immediately below where he wrote the command. If the used command/section doesn't exist - he will recieve a standard answer which is globally defined for this section... If the command/ expression doesn't exist at all he'll get an answer telling what expressions/commands are generally available (not revealing what commands are useable for this particular option/tiddler) The idea is that the reader/player uses the correct command to get an answer which will lead to the next option. Time is a factor which tells how well you did it... I guess I can use Eric's http://www.tiddlytools.com/#TaskTimerPlugin to record results . and maybe even pause a "game" save a meantime corresponding to a "chapter" or an option.... haven't really figured that out yet... My question is: How do I create a textbox which will reveal the contents of a hidden section, when you have written the title of that section into it (and pressed ENTER)?? ---- [*] /% !BUY (the pair of reading glasses) You've just bought the pair of reading glasses. !KILL !PUSH !SMELL !CLOSE !KISS !PUT !TASTE !DRINK !KNOCK !READ !THROW !DROP !LICK !REMOVE !TIE !EAT !LISTEN !SEARCH !TOUCH !EXAMINE !LOOK !SHOW !TURN !GIVE !OPEN (option: the pair of reading glasses) That's not something you can open. !SIT !UNTIE !JUMP !PULL !SLEEP !WEAR (the pair of reading glasses) You put on the pair of reading glasses. ! %/ Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

