Member
- Dec
- Threads
- 7
- 125
- 0
- 16
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hello peoples,
I need to edit this quest so that, when the player answers the right answer, the quest no longer appears on the NPC, how do I do it?
quest xxxx begin
state start begin
when 20016.chat."xxxx."begin
say_title("Enigma")
say("")
if pc.count_item(99991) >= 0 then
say("Decifre a seguinte palavra:")
say_reward("TIH OSLAHOEOAASMORSATN")
say("Digite a resposta em maiusculo.")
local sname = input()
if sname == "1" then
say("Its OK")
else
say("Its Wrong.")
end
else
say("You not have item:")
say_item("Alma Dos Deuses", 1, "")
end
end
end
end
I need to edit this quest so that, when the player answers the right answer, the quest no longer appears on the NPC, how do I do it?
quest xxxx begin
state start begin
when 20016.chat."xxxx."begin
say_title("Enigma")
say("")
if pc.count_item(99991) >= 0 then
say("Decifre a seguinte palavra:")
say_reward("TIH OSLAHOEOAASMORSATN")
say("Digite a resposta em maiusculo.")
local sname = input()
if sname == "1" then
say("Its OK")
else
say("Its Wrong.")
end
else
say("You not have item:")
say_item("Alma Dos Deuses", 1, "")
end
end
end
end

