Jump to content

Recommended Posts

Hi guys

I was try to creat something with random rewand so if it was like this

quest 111 begin
    state start begin
        when 20060.chat."Set succesrate" begin
		say_title (" want gift ")
		say_rewand ("its random so u cant know what its")
		local s = select ("NO","Yes")
		if s == 1 then
		pc.give_item2("19",1)  --- i want many but many items for random here
		say(" u have take it ")
		return
	end
		elseif s == 2 then
		return
		end
	end	
end

any help with this function

Link to comment
Share on other sites

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