• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Change character look with an event

3
Posts
10
Years
    • Seen May 2, 2017
    Hi i'm a newby in pokemon scripting and yet i am starting my own game pokemon game , my idea is that i would like to make a prologue to my adventure , in wich the player will use a certain character , an old hero , and after he will really play with the main trainer he's suppose to use ... , how can i change my character easely ( i would like to both know aspect or reset i completely ) ? like you touch an event and puff , you have it ! now i know that on rpgmaker xp it's so easy , but on essential it won't work ... i wont to make a story in wich you'll use different characters
     
    55
    Posts
    10
    Years
    • Seen Oct 8, 2019
    This should work:
    Code:
    pbChangePlayer(X)
    where X is the number of your player's graphic set
    (default by essential: pbChangePlayer(0)=boy; pbChangePlayer(1)=girl)
     
    Back
    Top