Julio 26, 2011, 09:30:45 AM Ultima modificación: Julio 26, 2011, 09:38:48 AM por Fenix oscuro
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]