quest fejlesztshop begin
state start begin
when NPCID.chat."Uppshop 1" begin
npc.open_shop(1111) --shop_vnum
setskin(NOWINDOW)
end
when NPCID.chat."Uppshop 2" begin
npc.open_shop(2222) --shop_vnum
setskin(NOWINDOW)
end
end
end