Samuel200000000
Pequeño saltamontes
Uso el pokemon zafiro como base, y tengo un problema, necesito un evento en el que te diga una pregunta y responder si o no, cuando respondes q si trepas hacia arriba y cuando dices q no solo se aleja, este es el script q he escribido:
#dynamic 0x800000
#org @start
msgbox @mensaje 0x5
compare LASTRESULT 0x1
if 0x1 goto @si
applymovement 0xFF @notrepar
waitmovement 0xFF
end
#org @si
applymovement 0xFF @trepar
waitmovement 0xFF
end
#org @mensaje
= ¿Quieres trepasr por\nla casa?
#org @trepar
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x56
#raw 0xFE
#org @notrepar
#raw 0x42
#raw 0xFE
no sé si tiene errores, díganme plis.
#dynamic 0x800000
#org @start
msgbox @mensaje 0x5
compare LASTRESULT 0x1
if 0x1 goto @si
applymovement 0xFF @notrepar
waitmovement 0xFF
end
#org @si
applymovement 0xFF @trepar
waitmovement 0xFF
end
#org @mensaje
= ¿Quieres trepasr por\nla casa?
#org @trepar
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x63
#raw 0x56
#raw 0xFE
#org @notrepar
#raw 0x42
#raw 0xFE
no sé si tiene errores, díganme plis.