Registrarse

Ayuda con el error "type mismatch"

Estado
Cerrado para nuevas respuestas.
Bueno pues al poner mi script y darle a Compilar sale

ERROR 13 "Type mismatch" sobre la línea 30

Script

#dynamic 0x80000

#org @inicio
msgbox @frase 0x6 ' Te da un Ralts
givepokemon 0x188 0x5 0x0 0x0 0x0 0x0

compare LASTRESULT 0x1
if 0x1 goto @inicio2
if 0x0 goto @inicio3
end

#org @inicio2
special 0x9E
waitstate
goto @inicio3
end

#org @inicio3
msgbox @frase3 0x6 ' Da Pokédex y Pokéball
setflag 0x800
setflag 0x801
giveitem 0x4 0x5 0x0
msgbox @frase4 0x6
special 0x113
applymovement MOVE_PLAYER @mov
waitmovement 0x0
special 0x114
msgbox @frase5 0x6
setvar 0x20 0x14
warp 0x 9x 2x 7x 10x
end

#org @frase5
= Profesor: Jeje... tiene futuro.

#org @mov


#org @frase4
= [PLAYER]: Muchas gracias profesor.\pProfesor: De nada, hombre.\nPor cierto, ¿quieres ir a ganar\lmedallas?\p[PLAYER]: ¿Medallas? Suena bien,\nRalts y yo las ganaremos todas.\pProfesor: Jeje, así me gusta...

#org @frase3
= Por cierto, para tu aventura\nnecesitarás esto.\p[black_rs]¡[PLAYER] recibió una Pokédex!

#org @frase
= Profesor: Aquí tienes un Ralts,\nhaz buen uso de él.


SE BORRARON ALGUNAS COSAS AL PEGAR PERO NO SON IMPORTANTES EN ESTE ERROR
 
Gracias ya se soluciono PUEDEN CERRAR EL TEMA
EDIT by .Sky: El botón gracias está para algo. Mensaje SPAM. Para pedir que cierren el tema, pídemelo a mi por perfil, por privado o a un GMOD
 
Estado
Cerrado para nuevas respuestas.
Arriba