[Question] [21.5.8] [iSro] About exchange all snow flakes at once

I already added event quest command at to town script.
Characters doing it when return to town but can’t exchange all snow flakes.
Because there is not enough free space in the inventory.
Therefore snow flakes accumulate in inventory.

This could be easier if there was a command as:

quest,Event So-Ok,
sort inventory
drop (set as drop from pick filter)
quest,Event So-Ok,
sort inventory
drop (set as drop from pick filter)

Or do you have any suggestions about exchange all snow flakes at once?

i do this , maybe it help u

Summary
walk,96,43,244
quest,Event So-Ok,Snow Flake Event
quest,Event So-Ok,Snow Flake Event
walk,69,84,244
DoBlacksmith
//
walk,96,43,244
quest,Event So-Ok,Snow Flake Event
quest,Event So-Ok,Snow Flake Event
walk,69,84,244
DoBlacksmith
//

Thanks @tete1990 i will edit town script like this.
But it would be great if these two commands were available in scripts,

sort inventory
drop
1 Like

in stable botversion sort inventory is most times automatically working after deliver the quest and drop items have a bug or something it only drop items on trainingsplace
anyway i agree your two commands would be very helpfull