9817-\[Pokemon_Rojo_Fuego]Texto_y_puertas
#13
Javi4315♪ 13374
Iniciado por SA998

mi script es este:
#org $Puerta
lock
faceplayer
message $text
$text 1 = \c\h01\h0CA que abro la puerta con\nla mente.
boxset 6
applymovement 0xFF $?
$? 1 ; #binary 0x63 0xFE
pausemove 0x2000
applymovement 19 $look
$look 1 ; #binary 0x01 0xFE
applymovement 0xFF $look
pausemove 0x1000
message $door
$door 1 =\c\h01\h0C¡Abrete!
#raw 0xAC 0x10 0x06 0x02
#raw 0xAE 0x10 0x06 0x02
applymovement 0xFF $!
$! 1 ; #binary 0x62 0xFE
pausemove 0x4000
release
end

Cual es el problema¿?o.O


Vamos a ver:

#raw 0xAC 0x(coordenada X en hexaecimal) 0x00 0x(coordenada Y en hexadecimal) 0x00
#raw 0xAE


Y tu has puesto:

#raw 0xAC 0x10 0x06 0x02
#raw 0xAE 0x10 0x06 0x02


Corrígelo y, si aun así sigue sin funcionar, postea de nuevo ;D
_____________________
Edito: ElNikez, usa pokescript, se ha dicho arriba xDD.