Community Projects:WikiAdventure:Games:Simple Game:SimpleLocation

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.

This page contains WikiAdventure game content data.
Please familiarise yourself with the content syntax before editing this page.

This page contains WikiAdventure game contents data for testing purposes.


<Location>

TestSimpleLoc.jpg
Enlarge
TestSimpleLoc.jpg


<Items>

<Item>
TestSimpleButton.jpg
TestSimpleButton.jpg
Item ID: SimpleButton
Description: A button. Click to start a dialog.
Position: 319, 300
<OnClick>StartDialog( "SimpleDialog" )</OnClick>
</Item>

</Items>


<Dialogs>

<Dialog>
Dialog ID: SimpleDialog
Speaker ID: Simple Person
  1. Welcome to this simple test. How may I help you?
    1. You may not.
      1. Okay, fair enough
        1. Bye!
          <OnClick> EndDialog() </OnClick>
    2. You can tell me what I'm doing here.
      1. You're testing. If not then you don't have much to do here...
    3. Goodbye.
</Dialog>

</Dialogs>

</Location>


Back to Simple Test Game Page.

Back to WikiAdventure Games.

Back to WikiAdventure Main.