Registrarse

[RH - Scripting] Problema con multichoice

Estado
Cerrado para nuevas respuestas.

KERBEROS

Usuario de Platino

Perdon, tengo un problema con este script.

#dynamic 0x1800000

#org @start
lock
multichoice 0x0 0x0 0x35 0x1
compare 0x8000 0x0
if 0x1 goto @ej1
compare 0x8000 0x1
if 0x1 goto @ej2
compare 0x8000 0x2
if 0x1 goto @ej3
compare 0x8000 0x3
if 0x1 goto @ej4
compare 0x8000 0x4
if 0x1 goto @ej5
compare 0x8000 0x5
if 0x1 goto @ej6
compare 0x8000 0x6
if 0x1 goto @ej7
compare 0x8000 0x7
if 0x1 goto @ej8
msgbox @nada 0x6
release
end

#org @ej1
msgbox @txt1 0x6
end

#org @ej2
msgbox @txt2 0x6
end

#org @ej3
msgbox @txt3 0x6
end

#org @ej4
msgbox @txt4 0x6
end

#org @ej5
msgbox @txt5 0x6
end

#org @ej6
msgbox @txt6 0x6
end

#org @ej7
msgbox @txt7 0x6
end

#org @ej8
msgbox @txt8 0x6
end


#org @txt1
= elejiste 1

#org @txt2
= elejiste 2

#org @txt3
= elejiste 3

#org @txt4
= elejiste 4

#org @txt5
= elejiste 5

#org @txt6
= elejiste 6

#org @txt7
= elejiste 7

#org @txt8
= elejiste 8

#org @nada
= saliste

Por algun motiuo, no importa la opcion que elija, me dice que elegi el 3
uso Fire red JPAN, ayuda porfa


nota, ya probe con menos opciones...
 

Gold

Porrero a tiempo parcial
Miembro insignia
El resultado de lo que escogiste se almacena en la variable 0x800D o LASTRESULT. Cámbia los 0x8000 por 0x800D
 
Estado
Cerrado para nuevas respuestas.
Arriba