• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by rikked777

  1. R

    [Scripting Question] Help with custom abilities

    When working with OR statements (the '||'), you shouldn't start that second statement with if, the syntax doesn't work that way instead, I suggest you use the following line in its place next false if type !=:POISON || type !=:STEEL This skips the next segment if the type doesnt match Poison...
  2. R

    [ASM & Hex] Creating a New Ability in CFRU

    Ah well that does it then, luckily I'm not far into coding stuff, so I'll switch to Pokemon Essentials instead. It's a shame though, I would've like to make a rom out of my hack, but alass. Thanks for telling me, at least I won't be wasting anymore time now.
  3. R

    [ASM & Hex] Creating a New Ability in CFRU

    Yeah, I've been trying to figure out how to do this for a some time now, though I can't seem to find where to start even.
  4. R

    [ASM & Hex] Creating a New Ability in CFRU

    Hi, so I'm trying to do the same thing you were doing. And likewise I have no trouble coding them, but I'm stuck at 0xFF. I have an ability that affects damage calculations, but when I run make.py, it tells me "that the comparison is always false due to limited range of data type", which I...
  5. R

    SIMPLE QUEST SYSTEM + UI 1.0.1

    Hey I seem to have fixed it, but with a slightly different approach. I initially copied the script from quests.zip, which gave me the syntax error, so I thought, hell, perhaps if I copy it from the thread under "the script", it might function differently. And well, it did. It now fuctions as...
  6. R

    SIMPLE QUEST SYSTEM + UI 1.0.1

    Hey, I recently update my project to Essentials V.18.1, and the quest script has broken. Gives me a Syntax Error at line 631. Which reads: QUEST_GRAPHICS_PATH = "Graphics/Pictures/Quest UI/" Which is weird, cause it only defines the path. Was hoping you could shine a light on the situation...
Back
Top