Fist won't work
How can I make it so a wall will disappear only when I hit it with my fist? So, when I hit it with sword and bow and anything else than fist, it won't disappear?
In the hit procedure of the wall, make use of the compare_weapon() function. It's details and examples are well documented in the DinkC reference, should be a simple copy paste job

Never mind, figured it out.
EDIT: Thanks anyway, Kyle.
EDIT: Thanks anyway, Kyle.

Don't forget to check if it's really Dink who's hitting, and not some other creature that can attack while you just happen to have fists equipped.
Yeah, there's no problem about that. At least in this case. Can you show me how to check if it's Dink, in case I need it later on?
