Frictional Games Forum (read-only)

Full Version: [SOLVED] Similar to Cellar archives
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again. As part of my custom story, I want to do something similar to the infamous Cellar Archives section of the main game. However, instead of having it trigger upon entering a script area, is there a way to have it trigger upon finishing reading a note? Also, how did they manage to set water active/inactive?
Well, frictional did their cellar_archives event by making two identical rooms, then using the TeleportPlayer(); command to teleport into the room filled with water.

Using a PlayerInteractCallback on the note will yield the needed effect that you want.

(08-30-2011, 05:28 PM)Juby Wrote: [ -> ]Well, frictional did their cellar_archives event by making two identical rooms, then using the TeleportPlayer(); command to teleport into the room filled with water.

Using a PlayerInteractCallback on the note will yield the needed effect that you want.

Hmm... then why can't I find two Cellar Archives maps in their maps folder?
(08-30-2011, 05:42 PM)Bennick Wrote: [ -> ]
(08-30-2011, 05:28 PM)Juby Wrote: [ -> ]Well, frictional did their cellar_archives event by making two identical rooms, then using the TeleportPlayer(); command to teleport into the room filled with water.

Using a PlayerInteractCallback on the note will yield the needed effect that you want.

Hmm... then why can't I find two Cellar Archives maps in their maps folder?

AH! I JUST FOUND IT! How did I not spot that hallway before?? XD sorry bout that. and thanks for the playerinteract callback tip! Big Grin