Announcement

Collapse
No announcement yet.

Is it possible to....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is it possible to....

    Have an event deleted after you go to just once? For example:

    You look for crystals and if you go to that point again, it won't happen again.

    How do you do that?

    This is RPGM 1.
    Last edited by MisterManigation; 02-25-2005, 12:04 PM.

    #2
    Re: Is it possible to....

    Set a switch when you find the crystals.

    Comment


      #3
      Re: Is it possible to....

      Okie. Say the crystal is in a chest.

      Have page 1 - Treasure sprite

      Add inventory (crystal)

      Then have page 2

      Condition - (crystal)

      page 2 will have nothing in it.

      If you don't want to add an item, then instead of add inventory, do switch 001 on , and page 2 condition would be switch 001 on.

      Comment

      Working...
      X