Jump to content

informacion or notice quest


Recommended Posts

hi guys how have 1 quest:

 

when players login show in screen quest scroll named "informacion" XXX, and when click quest scroll open diablog:

 

-hello XXX

-viste villgue

-XX

etc...

 

we when finish read and click finish or ok, a quest scroll return in a screen,not disappear.

if someone play guabina server know what i try explain....

 

if someone have a quest or to make, I would appreciate.

 

sorry for me english.

Link to comment
Share on other sites

quest info begin
	state start begin
		when login begin
			send_letter("Info")
		end
		when button or info begin
			say_title("Info")
			say("")
			say("informacion")
			say("")
			wait()
			say_title("informacion:")
			say("")
			say_reward("informacion")
			say("")
			say_reward("informacion")
			say_reward("informacion")
			say("")
		end
	end
end
  • Love 1
Link to comment
Share on other sites

  • 3 weeks later...
quest Information begin
    state start begin
        when login begin
            send_letter("Information")
        end
        when button or info begin
            say_title("Information")
            say("")
            say("")
            send_letter("Information")
        end
    end
end

i think this is what you mean :huh:

 

 

That's what I just gave him..

 

he want the scroll last forever

 

The one I gave lasts forever.... for the second time

Link to comment
Share on other sites

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.