EzekielitohMercury Posted June 13, 2013 Report Share Posted June 13, 2013 HOLA AMIGOS :3 LES QUERIA PEDIR UNA QUEST DE QUE CUANDO UN GM ESCRIBA /N MENSAJE NO APARESCA SOLO EL MENSAJE QUE APARESCA TAMBIEN EL NOMBRE EJ: [GM]KILL:HOLA ESPERO QUE SE PUEDA HACER Y GRACIAS ;D Link to comment Share on other sites More sharing options...
topekone Posted June 13, 2013 Report Share Posted June 13, 2013 Puedes implementar esto: Debes iniciar sesión para ver el contenido del enlace en esta publicación. EzekielitohMercury 1 Link to comment Share on other sites More sharing options...
Ðro Posted June 13, 2013 Report Share Posted June 13, 2013 Eso no va por quest, sino por el cliente editando el uichat creo... Link to comment Share on other sites More sharing options...
PACI Posted June 13, 2013 Report Share Posted June 13, 2013 Puedes implementar esto: Debes iniciar sesión para ver el contenido del enlace en esta publicación. O entonces: quest msgm begin state start begin when letter with pc.is_gm() begin send_letter("comando n") end when button or info begin say("escribe el msj") local a = input() if a == nil then say("no puedes dejar el msj vacío") else notice_all(..pc.get_name()..": "..a.."") end end end end Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted June 13, 2013 Report Share Posted June 13, 2013 Va por python en uichat.py, como dijo Akatsuki Link to comment Share on other sites More sharing options...
EzekielitohMercury Posted June 14, 2013 Author Report Share Posted June 14, 2013 NO ME FUNCO LA QUEST Link to comment Share on other sites More sharing options...
Recommended Posts