qna_rh
Thread Id: 14382
Thread Name: No despliegue la ventana de texto
#0
marioc5198 24365
Hola soy nuevo en el foro y ya he estado checando algunos tutoriales de scripting

Tengo este script:

'-----------------------
#org 0x3B4DCA
lock
faceplayer
checkflag 0x2100
if 0x1 goto 0x3B4DCA2
msgbox 0x83B4DF0 '"TRAINER: Take this CHARMANDER!"
givepokemon 0x4 0xA 0xD7 0x0 0x0 0x0
setflag 0x2100
release
end


'---------
' Strings
'---------
#org 0x3B4DF0
= TRAINER: Take this CHARMANDER!

Para que me den un charmander, pero no se muestra la ventana de texto, solo me da el charmander y ya!

Espero me puedan ayudar!
#1
Cheve_X 15014
Al parecer usas la version vieja del XSE...

Pon ésto:

callstd 0x6

Luego del msgbox ^^


Y te recomiendo que busques la version mas nueva del XSE ^^
Salu2!