• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Search results

  1. nilllzz

    Not a bug [Indev 0.51] [GameMode] Stacking :while: doesn't work.

    :while is not stackable. To stack :while loops, start a new script with a while loop in there.
  2. nilllzz

    how do you sucessfully make a TM item with custom items

    To answer your question: No, it's not obvious. That's why we asked. Self-explanatory. And can you open the log (F3 + L) in the game and maybe take a screenshot to see what it says once you open the script?
  3. nilllzz

    how do you sucessfully make a TM item with custom items

    "nope" means same result? And I don't know what you mean by "Item codes".
  4. nilllzz

    how do you sucessfully make a TM item with custom items

    Just try this script and try if it runs: version=2 @text.show(test) :end
  5. nilllzz

    how do you sucessfully make a TM item with custom items

    Did you try anything other than that script or did you try that script and then post this thread?
  6. nilllzz

    how do you sucessfully make a TM item with custom items

    Does it open the teach moves screen at all?
  7. nilllzz

    how do you sucessfully make a TM item with custom items

    You must have copied the wiki without knowing that the square braket means it is a optional argument. So just remove the square braket will do.
  8. nilllzz

    Crash [Indev 0.50.1] Strange Crash

    Probably happens because of corrupted NPC save data.
  9. nilllzz

    how do you sucessfully make a TM item with custom items

    The script that you call upon using the item.
  10. nilllzz

    Fixed [Indev 0.50.1] Temporary Berry Pick Crash

    Should be fixed.
  11. nilllzz

    Fixed [Indev 0.50.1] Wrap Move Bugged

    The very last thing was indeed a bug, it checked the trapping status of the opponent for the own Pokémon when switching out. The rest is intended.
  12. nilllzz

    Fixed [Indev 0.50.1] Wrap Move Bugged

    Well, the first Generation's battle techniques are quite strange and really bad programmed at some parts. So it might just have been a bug in the game. If you want to have a laugh at what they did wrong, here's a list: http://bulbapedia.bulbagarden.net/wiki/List_of_glitches_in_Generation_I
  13. nilllzz

    Fixed [Indev 0.50.1] Wrap Move Bugged

    The effect you are describing is existing in Generation 1, but not in Generations above that. The effect of Wrap in Pokémon3D is using the techniques from Generation 2 onwards to Generation 6. Source: http://bulbapedia.bulbagarden.net/wiki/Wrap Edit: Paralyze has exactly 25% percent change of...
  14. nilllzz

    Left/Right D-pad/Left stick controls?

    I kinda forgot to build in a limitation as to how far in you can zoom, but then left it that way because people used it to strafe in first person ;)
  15. nilllzz

    Left/Right D-pad/Left stick controls?

    When you press F5 and then zoom in on the third person mode, you can basically strafe in first person.
  16. nilllzz

    how do you sucessfully make a TM item with custom items

    Can you post the script you already have right now?
  17. nilllzz

    Crash [Indev 0.50.1] Logless Crash

    The problem with a few of these error messages might be that you need to run the application in Administrator Mode (Right click > Run as Administrator). Direct subfolders in C:\ have implicit Administrator rights so that is why it might have worked partially after copying the directory there.
  18. nilllzz

    Fixed [Indev 0.50.1] Newly Hatched Naming Crash

    Fixed in next version - this shouldn't happen repeatedly.
Top