Mira Javi4315 aqui te pongo el script que intento compilar:
'-----------------------
#org 0x80F5C9
lock
faceplayer
msgbox 0x880F5F3 '"¿Quieres usar miel?"
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x880F5E0
release
end
'-----------------------
#org 0x80F5E0
msgbox 0x880F60E '"¡Se ha acercado un PKMN!"
callstd 0x6
wildbattle 0xA 0xA 0x0 0x0
release
end
'---------
' Strings
'---------
#org 0x80F5F3
= ¿Qiueres usar miel?
#org 0x80F60E
= ¡Se ha acercado un PKMN!
Y aquí el cartelito que me sale:
Error 13 'Type mismatch' sobre la línea 7.
Falta #define o parámetro.
Línea: compare LASTRESULT 0x1
mira a ver si está mal porque no me deja compilarlo...