• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • There is an important update regarding account security and 2FA. Please click here for more information.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

Disapppearing events/appearing events

  • 12
    Posts
    10
    Years
    • Seen Feb 22, 2016
    I don't want the event to immediately disappear but disappear after the player leaves the map. Also is there a way to make an event appear after a certain switch is set elsewhere? I know these are probably very easy things to do but I've been struggling to figure out how.

    Thanks for all the help :)
     
    If they can't fly yet, an event they have to walk on with this script. This script must be on the map the event to be changed is on!

    # Sets another event's self switch (eg. pbSetSelfSwitch(20,"A",true) ).
    # To be used in a script event command.
    pbSetSelfSwitch(event,switch,value)

    If they can fly try this in the next plot event.

    #Map ID, Event ID, Switch = "A,B,C,D", True/False
    def pbsetselfswitch2(map,event,switch,value)
     
    Is there a way to make a Gym leader appear on a different map when a certain actions takes place?
     
    Back
    Top