Author Id: 13353 Author Name: RogellParadox~ Post Content: Holas He tenido un problema con un script y quisiera que alguien me ayude Es un script de mapa, que deberia ocurir, y luego despues, no más El problema esq cuando vuelvo al mapa el prota no se mueve :S Estoy haciendo algo errado? Gracias desde ya [quote]'--------------- #org 0xAFC000 checkflag 0x640 if 0x1 call 0x8AAF040 msgbox 0x817281D MSG_NORMAL '"Vaya.. Quizá me pase por allí algú..." applymovement MOVE_PLAYER 0x8AC0000 waitmovement 0xFF fadescreen 0x1 warp 0x0 0x9 0x3 0x4 0x11 setflag 0x640 end '--------------- #org 0xAAF040 release end '--------- ' Strings '--------- #org 0x17281D = Vaya.. Quizá me pase por allí algún día! '----------- ' Movements '----------- #org 0xAC0000 #raw 0xB 'Step Right (Normal) #raw 0xB 'Step Right (Normal) #raw 0xB 'Step Right (Normal) #raw 0x8 'Step Down (Normal) #raw 0x8 'Step Down (Normal) #raw 0xA 'Step Left (Normal) #raw 0xA 'Step Left (Normal) #raw 0x0 'Face Down #raw 0xFE 'End of Movements[/quote]