Comunidad Game Maker

Ayuda => Preguntas y respuestas => Mensaje iniciado por: Fenix oscuro en Julio 26, 2011, 09:30:45 AM

Título: Problema con texto(Autoresuelto denuevo)
Publicado por: Fenix oscuro en Julio 26, 2011, 09:30:45 AM
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]