Author Id: 26148 Author Name: Sharki Post Content: Bueno, primero que todo pido disculpas, ya habré hecho en lo que llevo de semana unos 5 temas preguntando dudas... Así pues perdón.. El problema es el siguiente, no veo el fallo dónde está. Lo que debería pasar es; Mini se mueve hacia el player. Mini habla con player. Mini se vuelve a dónde estaba. Lo que pasa; Se bloquea. Aquí dejo el code. [SPOILER="Script de gatillo usado"]#dynamic 0x800000 #org @inicio applymovement 0x1 @move1 waitmovement 0x1 msgbox @frase 0x6 applymovement 0x1 @move2 waitmovement 0x1 checkflag 0x2200 setflag 0x2200 if 0x1 goto @inicio2 release end #org @inicio2 release end #org @frase = ¿Ya te vas [player]? Dante preguntó\npor ti, quizás deberías ir a\lbuscarle... #org @move1 #raw 0x56 'Jump in Place (Facing Down/Up) #raw 0x1 'Face Up #raw 0x9 'Step Up (Very Slow) #raw 0x9 'Step Up (Very Slow) #raw 0x3 'Face Right #raw 0x7 'Face Right (Faster) #raw 0xFE 'End of Movements #org @move2 #raw 0x0 'Face Down #raw 0x4 'Face Down (Faster) #raw 0x4 'Face Down (Faster) #raw 0x2 'Face Left #raw 0x6 'Face Left (Faster) #raw 0xFE 'End of Movements[/SPOILER] El mismo code pero con los offsets. [SPOILER="Script gatillo con los Offset's."]'--------------- #org 0x8006A8 applymovement 0x1 0x88007FF waitmovement 0x1 msgbox 0x88007B3 MSG_NORMAL '"¿Ya te vas [player]? Dant..." applymovement 0x1 0x8800807 waitmovement 0x1 checkflag 0x2200 setflag 0x2200 if 0x1 goto 0x88006D3 release end '--------------- #org 0x8006D3 release end '--------- ' Strings '--------- #org 0x8007B3 = ¿Ya te vas [player]? Dante preguntó\npor ti, quizás deberías ir a\lbuscarle... '----------- ' Movements '----------- #org 0x8007FF #raw 0x56 'Jump in Place (Facing Down/Up) #raw 0x1 'Face Up #raw 0x9 'Step Up (Very Slow) #raw 0x9 'Step Up (Very Slow) #raw 0x3 'Face Right #raw 0x7 'Face Right (Faster) #raw 0xFE 'End of Movements #org 0x800807 #raw 0x0 'Face Down #raw 0x4 'Face Down (Faster) #raw 0x4 'Face Down (Faster) #raw 0x2 'Face Left #raw 0x6 'Face Left (Faster) #raw 0xFE 'End of Movements[/SPOILER] Además os pondré una imagen de los datos del MINI y del GATILLO. DATOS DEL MINI. [IMG]http://fotos.subefotos.com/13cf22e16795c9938d64145937b67ed0o.png[/IMG] DATOS DEL SCRIPT DE GATILLO. [IMG]http://fotos.subefotos.com/85fd65388b37017c65edc6063b02c8b7o.png[/IMG] Bueno, gracias de antemano... y eso, lamento ser taaaaaan plasta. Saludos.