Jump to content

Busco esta quest aver si alguien la conoce.


Recommended Posts

quest msgtodos begin
	state start begin
		when 20094.chat."Mensaje global" begin

			say("Aqui puedes poner un mensjae para todo el mundo")
			say("neceistas 500k")
			say("Quieres enviar un mensaje")
				local msg = select("Si", "No")
					if msg == 1 then
						if pc.get_money() >= 500000 then
							say("Escribe tu mensaje")
							local texto = input()
							if string.len(texto) > 30 then
								say("El texto es demasiado largo, intentelo de nuevo.")
							else
								notice_all(""..pc.get_name()..": "..texto.."")
								pc.change_money(-500000)
							end
						else
							say("No tienes suficiente dinero")
						end
					else
						return
					end
		end
	end
end

No he probado la quest pero creo que si funciona. Si no funciona dilo por aquí y te ayudo.

 

PD: No estoy seguro de si el string.len funcionaba así.

 

 

igual puedes hacerla no es la gran cosa XD

Si no es gran cosa porque no se la haces tu?

Link to comment
Share on other sites

quest msgtodos begin
	state start begin
		when 20094.chat."Mensaje global" begin

			say("Aqui puedes poner un mensjae para todo el mundo")
			say("neceistas 500k")
			say("Quieres enviar un mensaje")
				local msg = select("Si", "No")
					if msg == 1 then
						if pc.get_money() >= 500000 then
							say("Escribe tu mensaje")
							local texto = input()
							if string.len(texto) > 30 then
								say("El texto es demasiado largo, intentelo de nuevo.")
							else
								notice_all(""..pc.get_name()..": "..texto.."")
								pc.change_money(-500000)
							end
						else
							say("No tienes suficiente dinero")
						end
					else
						return
					end
		end
	end
end

No he probado la quest pero creo que si funciona. Si no funciona dilo por aquí y te ayudo.

 

PD: No estoy seguro de si el string.len funcionaba así.

 

 

Si no es gran cosa porque no se la haces tu?

 

Gracias man funciona 100%!!! son el 1!!  

 

 

Una consulta mas tenes idea como alagro el tiempo de los peinados?

Link to comment
Share on other sites

  • 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...