Jump to content

Recommended Posts

Posted

Puedes implementar esto: http://metin2zone.ne...no/page__st__20

 

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

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