7901-Problema_con_un_Script_de_Gatillo
#0
~Red 12280
Bueno, tengo un problema con un script de gatillo, lo que pasa es que cuando piso donde esta el script, se me queda todo bloqueado.
Este es el script en cuestion:
#DYNAMIC 0x800000

#org @inicio
lock
special 0x113
applymovement 0x7F @movimientocamara1
waitmovement 0x0
msgbox @mensajepolicias 0x6
applymovement 0x1 @movimientopolicia1
waitmovement 0x0
hidesprite 0x1
setflag 0x4021
applymovement 0x2 @movimientopolicia2
hidesprite 0x2
setflag 0x4022
applymovement 0x7F @movimientoscamara2
waitmovement 0x0
special 0x114
msgbox @mensajeplayer 0x6
setflag 0x4021
setflag 0x4022
release
end

#org @movimientocamara1
#raw 0x09
#raw 0x09
#raw 0x09
#raw 0x0B
#raw 0x0B
#raw 0x0B
#raw 0x0B
#raw 0x08
#raw 0x04
#raw 0x0B
#raw 0x0B
#raw 0x07
#raw 0xFE

#org @mensajepolicias
= \c\h01ÁPolicia 1: Maldición!\pEsos malditos chicos se nos\nhan escapado!.\pPolicia 2: Lo sé, pero habría jurado que los\nhabía visto por aquí.\pPolicia 1: Mierda. Volvamos a informar al cuartel.

#org @movimientopolicia1
#raw 0x05
#raw 0x05
#raw 0x05
#raw 0x07
#raw 0x05
#raw 0x05
#raw 0x54
#raw 0xFE

#org @movimientopolicia2
#raw 0x05
#raw 0x05
#raw 0x05
#raw 0x07
#raw 0x05
#raw 0x05
#raw 0x54
#raw 0xFE

#org @movimientoscamara2
#raw 0x01
#raw 0x0A
#raw 0x0A
#raw 0x05
#raw 0x09
#raw 0x0A
#raw 0x0A
#raw 0x0A
#raw 0x0A
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0xFE

#org @mensajeplayer