Symbol first Quest for me and I had trouble with the quest
the quest works because I want to if I did not have the item 71001 is not wrapped gift ,
If only I had a item of 71001 to 50035 turning to me and only if you put the item works NPC 71001
Sorry for my bad eng :/
PHP Code:
quest gifts begin
state start begin
when 20031.take with item.id(71001) and item.count >= 1 begin
local vnum = item.get_vnum()
say_title(" Purpose to wrap a gift ")
say(" You wanna to wrap already? ")
say_item_vnum(50035)
local s = select(" NO ", " YES ")
if s == 1 then
pc.remove_item(71001 ,10)
pc.give_item2(50035)
else
say(" You do not have enough ")
end
end
end
end







