Search results

  1. leilou

    Deleting a specific Pokémon

    you may want to read this site on the pokemon essentials wiki: Manipulating Pokémon
  2. leilou

    Deleting a specific Pokémon

    The best would be to make a new script section beneath PSystem_Utilities(one of the last ones) with ight click -> insert. This will make an empty script ...then you just name it delete pokemon and paste the code in there. This way it will be easier to see what you changed from pure essentials...
  3. leilou

    Deleting a specific Pokémon

    I don't quite follow you up on when the crash happens ... do you by some chance have an empty party? But if I understand correctly you just want to additionally check for the form ... just add that check ... I also moved the one pokemon check to only trigger when a pokemon of the species and...
  4. leilou

    BW Pokedex Scripting Help Needed

    I don't know the script but the error says that something that shouldn't be nil is nil. You could try to look into the method then make debug outputs(with print e.g.) and figure out what is nil and then trace down why that is. That beein said it could be a missing graphic that you either didn't...
  5. leilou

    Introduction Thread

    Ok so after countless times of thinking to post something here I finally decided to really do it. My name is leilou and I actually stoped playing Pokémon around the age of 12 and didn't come back until oras came out. That game made me pretty nostalgic (Hoenn <3). So someday I went to Twitch and...
  6. leilou

    Deleting a specific Pokémon

    in that case: def deleteSpecies(species) #if only one Pokémon is in the party send message and return if $Trainer.pokemonParty.length == 1 Kernel.pbMessage("You only have one Pokémon!") #show the message return #end the function end #delete the first Pokémon in the party of the given...
  7. leilou

    Deleting a specific Pokémon

    Change the condotion to ($Trainer.pokemonParty[i]!=nil) && $Trainer.pokemonParty[i].species == species where i is the Position of the pokemon and species the species you're checking for you could also make a Funktion in the scripts like this def deleteSpecies(species) for i in...
  8. leilou

    Map [Legacy] Map Showcase

    I really like your map ... you managed to make looking at it a pleasure because the main attraction is in the middle and it kinda fades out to the sides ... and I really like the tileset too ... plus you managed to place the npcs in a way they say something about the map
  9. leilou

    Map Zoom

    The first script "Settings" has a constant "DEFAULTSCREENZOOM"(the 3rd one ... around line 22) That should be what you're looking for.
  10. leilou

    taking a break right now

    taking a break right now
  11. leilou

    Mp3 to ogg converter?

    I'm using audacity
  12. leilou

    Time Sensitive Content

    Well I agree with most what was posted above me. But I'd like to add some aspect regarding fangames continuing @Clifford's stream of thoughts. I agree there since for the fangames we do most players will just continue with the next games once they played it through. Just because there are so...
  13. leilou

    Other [Legacy] Project Sandbox

    @Presley I really like the idea ... it kind of reminds me of Pokémon Mystery Dungeons concept. But like it is there it might be worth to consider having the main story world within the free roaming world and have puzzles in certain areas. Such like Sky Pillar in SRE(match bike puzzle) and then...
  14. leilou

    Iron Mapper IRON MAPPER: Trial IV

    Trial: Trial IV. Town & Route Duo Maps Town Map Name: St. Iniro Town Map: Route Map Name:Thirasian Delta Route Map: Critique Requested:Yes please. Mapper Duo: @Arma, @leilou Tileset: Credits: Notes: Story: Welcome to the city of St. Iniro, a tropical haven in the southern seas. The white...
  15. leilou

    Map [Legacy] Map Showcase

    I like the idea of the map and also the tileset(with exception of the bridge missing outlines ... it kinda was the first thing that striked my eyes) Another thing I don't like is that you can see the house down in the canyon but there's no way to get there. So I'd probably like it more if the...
  16. leilou

    Map [Legacy] Map Showcase

    I don't have any things on what to improve ... but there some things I like: it's simple enough so that you can't get lost even though it's not a small town the lake plus mountain cliff makes the town recognisable
  17. leilou

    Map [Legacy] Map Showcase

    from the way the map is mapped it looks like the forest entrance is to the right ... so I'd cut the lower right part of the map. Also I'd make the forest entrance more obvious ... like having some trees around it go inwards and make it bigger ... right now it kinda looks like a weird tree shadow
  18. leilou

    Some questions and or script work needed.

    I won't work for your project ... but I can send you the scripts I used for Pokémon Battle Island to generate random trainers and Pokémon. The realization is pretty shitty(I'll redo it before the next bi update) so I feel kinda bad for offering to hand it out but it works and I figured it would...
  19. leilou

    Released Pokemon Looker

    you should be able to do so once you pasted it in and before clicking insert
  20. leilou

    Released Pokemon Looker

    when you upload a pic there should be something like "share link" just copy the one for bb codes then back on relic search for the "Insert edit image" 2 left of "Insert edit link" past it in and remove the [img] before it and after it that's all
Top