Finding a never end...
 
Notifications
Clear all

Tutorial Finding a never ending supply of objects OR making an object return to a specific location

1 Posts
1 Users
0 Reactions
381 Views
Posts: 19
Admin
Topic starter
(@hilvar)
Member
Joined: 3 years ago

With the same setup of Items and Messages as Finding Object Inside Another Object, if you want an infinite supply of silver canes or, more precisely speaking, you want the cane to come back to the stand like magic from wherever you left it in the game then you can do these two event entries instead.

If the player needs the cane to solve another puzzle, but if they do it wrong the cane breaks ,then this can be useful to provide them with further chances to solve the puzzle by getting another cane, after doubtless putting them through some other difficulties to get it!

Here are the two Event entries:-

Create Event:
W1: Exam
W2: Stand
Conditions:
AT 3
ABSENT 1
Instructions:
MSG 4
CREATE 1

Create Event:
W1: Exam
W2: Stand
Conditions:
AT 3
PRESENT 1
Instructions:
MSG 5

So if you have never EXAMined the stand before, if you took the cane elsewhere and dropped it or the cane was destroyed, then the first entry will apply and the cane will appear in the room.
If the cane is already in the room or being carried by the player in his inventory then the second entry will apply.

Note this one does not need the user flags as that flag was what prevented the repeat occurrence in the first example and we want this one to repeat.

Lots of fun to be had making players drop things they think they need and then giving them a chance to get it back again later.

Share: