12838-Por_que_falla_este_script\?\?
#0
ZeKro 18355
bien, he intentado hacer un script de gatillo pero al pisar la casilla no pasa nada, y no se porqué, dejo aki el script y decidme por favor los fallos que tiene =)


#dynamic 0x80000

#org @inicio
checkflag 0x2101
if 0x1 goto @inicio2
applymovement 0x77 @mov1
waitmovement 0x77
msgbox @frase 0x6
trainerbattle 0x3 0x23F 0x0 @texto
msgbox @frase2 0x6
applymovement 0x77 @mov2
waitmovement 0x77
setflag 0x2101
setvar 0x5000 0x1
end

#org @mov1
#raw 0x7
#raw 0x7
#raw 0x7
#raw 0x7
#raw 0x7
#raw 0x7
#raw 0x8
#raw 0x3

#org @frase
= ¡Luchemos aqui y ahora!

#org @texto
= ¡Joder he vuelto a perder!

#org @frase2
= Hummm... El jefe me mata.

#org @mov2
#raw 0x6
#raw 0x5
#raw 0x6
#raw 0x6
#raw 0x6
#raw 0x6
#raw 0x6
#raw 0x6

#org @inicio2
release
end





Para hacerlo he seguido el tutorial de Ciro que él posteo hace poco en tutoriales. =)