Jump to content

Recommended Posts

Hi. Ive written an Quest but its dont working. 

If i Compile my Quests i get error:

 

"Error occured on compile snachricht.quest"

Quest:

quest firstlogin begin
	state start begin
		when login begin
			local name = pc.get_name()
			local servername = "Supraya2"
			notice_all(string.format("Wir begrüßen %s auf %s", name, servername))
			say_title("Starterset")
			say("Herzlich Willkommen auf Supraya2!")
			say("Hier erwarten dich viele neue Quests,")
			say("Einzigartige Features und ein nettes Team!")
			say("Um mehr zu erfahren, kannst du dir unser")
			say("Wiki angucken! Klick auf den 'Wiki' Button")
			say("Auf unserer Homepage! Supraya2.de")
			say("    ")
			say("Hotkeys: SB: F5, Warp: F6, DR: F7, Slot: F8, Craft:F9")
			set_state(_COMPLETE_)
		end
	end
	state _COMPLETE_ begin
end

 

Cheers! :)

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.