Recent content by PurpSoul

  1. P

    [Scripting Question] Item with a effect that increase Hp

    I am defining a new objet that during the battle increase a certain number of Hp but i have not found any other predefined item that increases life to use as a base and i do not know how to create this script effect.
  2. P

    [Eventing Question] How do i make an event that lowers a level to a selected pokemon

    I've tried with the following code, but I get an error and I do not know how to fix it poke=pbChooseAblePokemon(1,3) pbChangeLevel(poke,poke.level-1,scene) poke.calcStats Pokemon Essentials Esp v16.2 --------------------------- Excepción: RuntimeError Mensaje: Script error within event 12...
  3. P

    [Eventing Question] How do i make an event that lowers a level to a selected pokemon

    I am trying to make an event that first allows you to select a live pokemon using pbChooseAblePokemon and then lower a level to the selected pokemon but i dont know how to do it. If someone could help me i would appreciate it.
Back
Top