23960-Problema_con_mi_primer_scrip_de_gatillo_:\\
#9
Virdi22 24085
Vale, actualize mi xse y... Ahora reassiona el script ^^ Lo que pasa es que en vez de no pasar nada se me queda pillado -.-
Dejo aqui los scripts:
#dynamic 0x800000

#org @inicio
checkflag 0x200
if 0x1 goto @inicio2
msgbox @frase 0x6
setflag 0x200
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


'---------------
#org 0x800ACB
checkflag 0x200
if 0x1 goto 0x8800B6A
msgbox 0x8800AE3 MSG_NORMAL '"\n[player]: !Ahhhhh¡... ¿Fue...\lu..."
setflag 0x200
end

'---------------
#org 0x800B6A
release
end


'---------
' Strings
'---------
#org 0x800AE3
= \n[player]: !Ahhhhh¡... ¿Fue...\lun sueño...? A es verdad\lhoy recogiaa mi primer pokemon...\lMe intentare volver a\ldormir... Buenas noches [player]


Tambien lo intente poniendo callstd...

Bye