quest santo begin
state start begin
when x.chat"armas lvl 0" begin
npc.open_shop(30)
end
when x.chat"armas lvl 20" begin
npc.open_shop(31)
end
when x.chat"armas lvl 36" begin
npc.open_shop(32)
end
when x.chat"armas lvl 55" begin
npc.open_shop(33)
end
when x.chat"armas lvl 65" begin
npc.open_shop(34)
end
when x.chat"flechas" begin
npc.open_shop(35)
end
end
end
de quest con eso te funcionará, cambia el x por el numero del npc y los numeros de los parentesis por el numero de la tienda que quieras :icon_mrgreen: