Forum rules - please read before posting.

Picked Up Item Having effect in later scene

So in my 1st scene I have 8 objects that when picked up, each one affects items shown in a scene later on. Rather than having a true / false Global variable set for each item picked up in the 1st scene, and then checked on start in later scene (if true object visibility show and hotspot enable) is there an easier way to do this?

Comments

  • You can't control the state of a scene unless it is open at the time, so updating it in the scene's "OnStart" cutscene is the way to go.

    If you don't want to rely on a Global Variable, you can use the Inventory: Check Action to check if the Player is carrying a specific item.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.