I suggest then creating categories instead of one shop
- script impossible_shop_command -1,{
OnCommand:
.@s = select("shop0:shop1:shop2:shop3:shop4:shop5:shop6");
callshop "impossible_shop_" + .@s,1;
end;
OnInit:
bindatcmd("brindes",strnpcinfo(3)+"::OnCommand",0,99);
end;
}
- pointshop impossible_shop_0 -1,impossible_shop_points,502:100,503:20; //put the items here;
- pointshop impossible_shop_1 -1,impossible_shop_points,502:100,503:20;
- pointshop impossible_shop_2 -1,impossible_shop_points,502:100,503:20;
- pointshop impossible_shop_3 -1,impossible_shop_points,502:100,503:20;
- pointshop impossible_shop_4 -1,impossible_shop_points,502:100,503:20;
- pointshop impossible_shop_5 -1,impossible_shop_points,502:100,503:20;
- pointshop impossible_shop_6 -1,impossible_shop_points,502:100,503:20;