to a.)
You can Clean Items from the Map so :
ClearItemMap "Map, X, Y, Range" Item or *
[@gold_clear]
#ACT
ClearItemMap "3, 209, 164, 50" Gold
[@potion_clear]
#ACT
ClearItemMap "3, 209, 164, 50" SunPotion(M)
[@allitem_clear]
#ACT
ClearItemMap "3, 209, 164, 50" *
to b.)
If I...