qna_rh
Thread Id: 9832
Thread Name: [Ruby_AXVE] Problema con el XSE
#0
Stupidest Kiwi Ever 15154
Hola, en XSE, siempre me pasa lo mismo y no sé porque es, al intentar compilar un script, siempre me pone:

''Error Type mismatch sobre la linea 6 (el msgbox) Falta #Define''

Aquí el script:
#DYNAMIC 0x800000
#org @ini
lock
checkflag 0x4050
if 0x1 call @ini2
msgbox 0x6 @1
setflag 0x4050
release
end

#org @ini2
lock
faceplayer
msgbox 0x6 @2
release
end

#org @1
= Dejame..

#org @2
= ¡QUE ME DEJES!
#1
Javi4315♪ 13374
¡Aquí estoy, perdón por la tardanza! (?) :XD:

msgbox 0x6 @1


Mira, es al ravés:

msgbox @1 0x6

Ese debería ser el problema, si no esm pues postea de nuevo.
___________________________
Edito: Lo mismo con el otro msgbox.
#2
Stupidest Kiwi Ever 15154
#Tema solucionado, cierren pls :3