Recent content by clawort

  1. clawort

    [Scripting Question] Help with Tinkerer

    It worked! Thank you so much!!! :D
  2. clawort

    [Scripting Question] Help with Tinkerer

    Turns out that if the Pokemon that has Tinkerer is a Steel-type, then it cures ally non Steel-type Pokemon's statuses. I only want it so Tinkerer only works if the ally is a Steel-type. The pbHasType?(:STEEL) part in the code only refers to the ability activating if the Pokemon with the ability...
  3. clawort

    [Scripting Question] Help with Tinkerer

    A Little Help! Okay so I am working on the ability called Tinkerer, which heals ally Steel-types from status problems. But when I put partner.pbHasType?(:STEEL), it gives me an error message! Here's the code for it. Please someone check if this'll work or tell me how to modify it so only ally...
  4. clawort

    [Scripting Question] Help with Tinkerer

    Oh! and here's the code I used BTW! Haven't tested it out yet but the game starts without any syntax errors so hopefully this code shouldn't cause any more issues.
  5. clawort

    [Scripting Question] Help with Tinkerer

    Okay! But I am also looking at the ability Healer for this one as it too has a similar effect.
  6. clawort

    [Scripting Question] Help with Tinkerer

    Hi! I am making this ability called Tinkerer. What it does is that in a double battle if the ally Pokemon is a Steel-type, then Tinkerer would heal the ally from status problems. I looked at the code for Shed Skin to get some ideas but Idk how to make it so that it heals the ally from status...
  7. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    I've solved my issue myself! All I did was set the Reveal Glass to behave like an evolution stone, but not disappear after use, and made another item to change Tornadus, Thururus and Landorus's forms!
  8. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    Oh! I forgot to tell you, I used the evolution stone's script for the new Reveal Glass code!
  9. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    I also thought of using this version of the code:
  10. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    Example of fixed code please?
  11. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    But which newspecies do I replace? The one near if pokemon.hp>0 or the other one?
  12. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    Which one do I change?
  13. clawort

    [Scripting Question] HELP ME FIX THIS CODE!!! :(

    Okay! Here's the code I used:
Back
Top