Axe Software Forums
  Quest Developer Forum
  how do i again


Author Topic:   how do i again
alexatavoid posted 15-03-2001 07:15 GMT     
I want to be able to pick a book up being the player not a character in the game and give it to a character later in the game how is this done or do I the player have to be a character in the game to do this
Alex posted 15-03-2001 11:16 GMT          
First add an item "book" to the game, and then in the room where you want the book to appear add an object "book". Go to the book properties and edit the "take" action to:

- give the player the item "book"
- hide the object "book" from the game

Then add your character, and in the character properties go the "give-able objects" section. Add "book" to the list and then edit the action to do whatever is required when the player gives the book to the character.

Alex Warren
Axe Software