Jump to content

Recommended Posts

Posted

buenas, hay alguna guia en el foro que explique como se pone para que se pueda ver el mensaje general en los 3 reinos? he estado mirando por el foro, pero no veo nada, si ubiera una guia... me podrian dejar el link, gracias.

Posted

Bueno, espero que esto te sirva , no se si es lo que buscas pero no se xD...

quest mensaje begin	state start begin		when login with pc.is_gm() begin			set_state(inicio)		end	end		state inicio begin		when letter begin			send_letter("Enviar un Mensaje a Todos")		end				when info or button begin			say_title(""..pc.get_name().."")			say("Hola viajero, con esta opción te")			say("puedo dar la posibilidad de enviar un")			say("mensaje a los 3 Reinos.")			say_reward("Elije una opción")			local elegir = select ("Si","No")							if elegir == 2 then				return				end								if elegir == 1 then					say_title(""..pc.get_name().."")					say_reward("Inserta el mensaje.")					local mensaje = input()					say_title(""..pc.get_name().."")					say_reward("Estas seguro que quieres enviar el mensaje")					local elegir2 = select ("Si","No")									if elegir2 == 2 then					return					end									if elegir2 == 1 then					say_title(""..pc.get_name().."")					say_reward("Mensaje enviado correctamente")					notice_all(""..mensaje.."")					end				end		end	endend	 

La e echo recién , espero que te sirva...

Posted

Bueno, espero que esto te sirva , no se si es lo que buscas pero no se xD...

quest mensaje begin	state start begin		when login with pc.is_gm() begin			set_state(inicio)		end	end		state inicio begin		when letter begin			send_letter("Enviar un Mensaje a Todos")		end				when info or button begin			say_title(""..pc.get_name().."")			say("Hola viajero, con esta opción te")			say("puedo dar la posibilidad de enviar un")			say("mensaje a los 3 Reinos.")			say_reward("Elije una opción")			local elegir = select ("Si","No")							if elegir == 2 then				return				end								if elegir == 1 then					say_title(""..pc.get_name().."")					say_reward("Inserta el mensaje.")					local mensaje = input()					say_title(""..pc.get_name().."")					say_reward("Estas seguro que quieres enviar el mensaje")					local elegir2 = select ("Si","No")									if elegir2 == 2 then					return					end									if elegir2 == 1 then					say_title(""..pc.get_name().."")					say_reward("Mensaje enviado correctamente")					notice_all(""..mensaje.."")					end				end		end	endend	 

La e echo recién , espero que te sirva...

No Es Eso yo Hize lo Mismo y No Era ;)

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.