Recent content by Kamaran

  1. 001Lwalk

    001Lwalk

  2. 001Rstill

    001Rstill

  3. 001Rwalk

    001Rwalk

  4. 001FwalkL

    001FwalkL

  5. 001FwalkR

    001FwalkR

  6. 001Lstill

    001Lstill

  7. 001Bstill

    001Bstill

  8. 001Bwalk

    001Bwalk

  9. 001Fstill

    001Fstill

  10. OW sprites 001 - 012

    OW sprites 001 - 012

  11. K

    Help and Requests

    If you want it to move to the next event page, you should set i to control self switces. That included the conditions on the event page you want it to go to. Furthermore is the reason why it repeat itself is the Autorun.
  12. K

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    That did not work either. --------------------------- Pokemon Essentials --------------------------- Exception: RuntimeError Message: Script error within event 4, map 50 (House1): (eval):2:in `pbExecuteScript'compile error (eval):2: syntax error ***Full script: $Trainer.party.delete_if {|pkmn|...
  13. K

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Alright. That worked some of the way. --------------------------- Pokemon Essentials --------------------------- Exception: RuntimeError Message: Script error within event 4, map 50 (House1): (eval):1:in `pbExecuteScript'uninitialized constant PBSpecies::CATER ***Full script...
  14. K

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    To Wichu: --------------------------- Pokemon Essentials --------------------------- Exception: RuntimeError Message: Script error within event 4, map 50 (House1): (eval):3:in `pbExecuteScript'compile error (eval):2: syntax error {|pkmn|pkmn.species==PBSpecies::CATER ^ (eval):3: syntax error...
  15. K

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    @World: Removing a Pokémon To remove a Pokémon from the party, use the script $Trainer.party.delete_at(X) where X is the Pokémon's position (starting at 0). For example, to remove the first Pokemon in the party, use 0 for X. That is all what it says.
Back
Top