• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

[Script] XSE Error: "Type Mismatch on Line 21. Missing #define"

3
Posts
5
Years
    • Seen Jun 20, 2018
    Don't want to keep bugging the community but this one's got me stumped, because I really can't see what's wrong with the script. I put it in the Spoliers box and pointed out Line 21.

    Spoiler:


    Very strange. Happens when I try to compile it btw
     
    Last edited:

    Karl

    Creator of [b]Pokémon Darkfire[/b]
    168
    Posts
    13
    Years
    • Seen Apr 29, 2024
    Seems like you may be missing the "std.rbh" file that contains the original definition for the variable MSG_OBTAIN, which is, by default, 0x0.

    Either investigate the std.rbh file in the same folder or try changing 'MSG_OBTAIN' to '0x0'.
     
    Back
    Top