• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Helpme

  • 1
    Posts
    5
    Years
    • Seen Mar 31, 2020
    Hello, I speak Spanish but I put it in English so that they understand me (I am using a translator) I have a problem when I try to make an event of whether or not I get an error 13 type mismatch in line 7 is missing #define someone to help me

    #dynamic 0x800000

    #org @comienzo
    lock
    faceplayer
    msgbox @dob 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @1
    if 0x0 goto @2
    release
    end

    #org @1
    msgbox @mensaje1 0x6
    end

    #org @2
    msgbox @mensaje2 0x6
    end

    #org @comienzo
    = hola,żte puedo hacer una pregunta?

    #org @mensaje1
    = żsi?,creo que no entendiste

    #org @mensaje2
    = żno?,algun dia sabras a lo que me\nrefiero
     
    Hello, I speak Spanish but I put it in English so that they understand me (I am using a translator) I have a problem when I try to make an event of whether or not I get an error 13 type mismatch in line 7 is missing #define someone to help me

    #dynamic 0x800000

    #org @comienzo
    lock
    faceplayer
    msgbox @dob 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @1
    if 0x0 goto @2
    release
    end

    #org @1
    msgbox @mensaje1 0x6
    end

    #org @2
    msgbox @mensaje2 0x6
    end

    #org @comienzo
    = hola,żte puedo hacer una pregunta?

    #org @mensaje1
    = żsi?,creo que no entendiste

    #org @mensaje2
    = żno?,algun dia sabras a lo que me\nrefiero

    First, I may be mistaken, I see no msgbox linked with the command "msgbox @dob 0x5"
    Second of all, to create a msgbox of "0x6" msgbox number, you need "lock" and "faceplayer" effect.
    Third, the compare is a line which is followed by a variable and a value to that variable.
    Fourth, you DO NOT need to add two if(@pointer)s after a compare line. There are either two options. You use "0x1 (which is yes)" and "0x0(which is no)". If you assign the "0x1(yes)" value to the variable, you DO NOT need to assign the "0x0(no)" value. It will continue the script as normal.


    THIS IS CONFUSING. Try this tutorial for help.
     
    Last edited:
    Back
    Top