What am I doing wrong? (Event)

● ARCHIVED · READ-ONLY
Started by Nectar 3 posts View original ↗
  1. Here's an image of what i got. its only 2 pages.

    TSxwQKR.png
    What is supposed to happen is the following:

    -Player touches crystal, you dont have a pickaxe but you get a messages saying its unstable.
    -Player finds a pickaxe
    -Player touches crystal and gets asked to use the pickaxe
    -Player answers yes, a sound plays and the CrystalDown switches to ON.
    -Page 2 event activates with its first condition switch being CrystalDown

    Problem is, the message doesn even show up even after I touched the crystal.
  2. The problem is you have it set to below player, which means you have to be standing on the crystal to activate it. Change it to same as player and it should work.
  3. Ohhhh! Thought that was speaking depth-wise. Now I know that lolz... Thanks.