Tutorials    Freebies    Links    Feedback    Thank me
Agent Store   Agent Games   Legal notice    History
Home

Intro»»Part 1»»Part 2»»Part 3»»Part 4»»Part 5

Requests

Requests are used so that events can happen after an Agent character has done or said something, or after other events. Working out how to use them has made my Agent technology programming life a lot easier. It did, however, take a bit of time to work it out. I shall now share with you what is one of the most important Agent technology features.

I am going to show you how to make the Merlin character appear, say a few words, do a little magic and make a picture disappear. I'll assume you know how to load an Agent character. If you don't know, see the Beginners tutorial. Seeing this tutorial will show you the basics though.

This tutorial is spilt up into the following sections:

  1. The first steps
  2. Setting the request
  3. The magic picture
  4. Multiple requests
  5. The final code

Intro»»Part 1»»Part 2»»Part 3»»Part 4»»Part 5