bueno aqui tengo otro problema mas dificil que el anterior :-[
ahi va... XD
[gml]Status.NAME=get_string('My name is...','Ryan')
show_message('EL PROBLEMA ES QUE SE PONE AZUL COMO SI FUERA TEXTO:No, but the lives of people can?t be forced to fight!')[/gml]
yo digo que es error de ubicacion XD
[gml]Status.NAME=get_string('My name is...','Ryan')
show_message('Status.NAME:No, but the lives of people can?t be forced to fight!')[/gml]
estaba en lo correcto :-[ y asi queda
[gml]Status.NAME=get_string('My name is...','Ryan')
show_message(Status.NAME+':No, but the lives of people can?t be forced to fight!')[/gml]