Wiki RPG: Tutorial Game: Dave

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

dialog

dave.gif

  • (start) Hello.
    • I'm sorry Dave. I'm afraid I can't open the pod bay doors. Huh?
      • Just kidding. Ah, OK. end topic
    • if has_rose = `yes` I would like to trade a rose. What can you give me for that? I can give you a magic book, a sword, or a gold coin.
      • I would like the magic book. OK. set has_rose=`no` set has_magic_book=`yes` end topic
      • I would like the sword. OK. set has_rose=`no` set has_sword=`yes` end topic
      • I would like the gold coin. OK. set has_rose=`no` set has_gold_coin=`yes` end topic
      • I don't like any of these OK. end topic
    • Bye, Dave. Thank you, come again. end dialog