Search results

  1. Maruno

    Entertainment Lets play a letter swap forum game!

    Don't ruin games like that. Fare
  2. Maruno

    Entertainment Lets play a letter swap forum game!

    Gal Should it be a rule that you can't change a letter that was just changed?
  3. Maruno

    How To Properly Update Trainer Coordinates?

    Just have two events, one in its initial position which moves around and whatnot, and a second event which looks like the first (i.e. same graphic) and is in the final position and initially deactivated. At the end of the first event's actions, I presume it should be standing where it ends up...
  4. Maruno

    Check pokemon type individually

    The code above says for i in $Trainer.party, but that will poison Eggs and fainted Pokémon as well. You want for i in $Trainer.ablePokemonParty instead. The above code will also replace existing status problems (burn, sleep, paralysis, frozen) with poison. I imagine you don't want that. You...
  5. Maruno

    Warp Error

    Do you have a custom time script?
  6. Maruno

    [Legacy] Bug report thread

    Do you want to show us the error messages you're getting? They contain information about the errors and are quite useful.
  7. Maruno

    Pokémon Holding Item Problem

    Your error is caused because your first "line" of code where you define what poke is is actually split across two lines, and the game has no idea that it should read line two as an extension of line one because poke=$Trainer.party is a valid and complete line of code in itself. To fix, simply...
  8. Maruno

    Resource Size Method for Pokemon

    Essentials already has this. It's def pbSize(pokemon).
  9. Maruno

    Fan Game Prompts

    This region is special. Somehow people can travel through time, either at will or with a little effort. There are two versions of the region, one set in the modern day and one in prehistoric times. During the game, the player bounces back and forth between the two time periods, perhaps through...
Top