23960-Problema_con_mi_primer_scrip_de_gatillo_:\\
#0
Virdi22 24085
Bueno este es el scrip:
#dynamic 0x800000

#org @inicio
checkflag 0x2101
if 0x1 goto @inicio2
msgbox @frase 0x6
setflag 0x2101
end

#org @frase
= \n[PLAYER]: !Ahhhhh¡... ¿Fue...\lun sueño...? A es verdad\lhoy recogiaa mi primer pokemon...\lMe intentare volver a\ldormir... Buenas noches [PLAYER]

#org @inicio2
release
end


Y cuando lo introduzco se convierte en

'-----------------------
#org 0x800558
checkflag 0x2101
if 0x1 goto 0x8800605
msgbox 0x880056E '"\n\nPLAYERR: !Ahhhhh¡... ¿Fue...\lu..."
callstd 0x6
setflag 0x2101
end

'-----------------------
#org 0x800605
release
end


'---------
' Strings
'---------
#org 0x80056E
= \n\nPLAYERR: !Ahhhhh¡... ¿Fue...\lun sueño...? A es verdad\lhoy recogiaa mi primer pokemon...\lMe intentare volver a\ldormir... Buenas noches PLAYERR
Pero el script no reacciona cuando me pongo encima, ¿por que?
Gracias