mam taki skrypt i on nie działa
if {_item} is not air:
if {_price} > 0:
if shift key is pressed:
if click type is right mouse button:
set {_count} to amount of {_item} in player's inventory
if {_count} > 0:
remove {_count} of {_item} from player
add {_price} * {_count} to balance of player
send "&aSprzedałeś %{_count}%x %{_item}% za %{_price}*{_count}%$!"
wait 2 ticks
execute player command "sklepsprzedaj"