antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
× Dαяkαтн

[Quest] Está Certa Mas Da Coredumped

Question

Fiz uma quest, mas está a dar (Core dumped) quando adiciono...

É uma quest para quando usar a máscara de gold, ganhar 500kk, mas se já tiver 1.5kk não tem como usar...

A quest:

quest gold begin

	state start begin		when 30183.use begin		say ("Voce deseja receber 500kk?")		local masc = select ( "Sim" , "Não" )			if masc == 1 then				if pc . gold >= 1500000000 then				pc.change_gold(500000000)				pc.remove_item (30183)			end				else say ("Voce nao pode usar quando ja tem 1.5kk")					return				end			if masc == 2 then			return		end	endend

 

Obrigado. :D

Share this post


Link to post
Share on other sites

2 answers to this question

antiblock
Elveron
  • 0

Apaga o end debaixo de pc.remove_itemSe tens um eles, qual vai ser a condição dele se a anterior foi fechada?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this