bryceco / nethack-cocoa

OS X tile port of NetHack-3.6 using the native Cocoa framework
11 stars 4 forks source link

Splitting in inventory #34

Open BrKahn opened 12 months ago

BrKahn commented 12 months ago

To be clear, let me give an example: I have two uncursed scrolls of scare monster in my inventory, both at the letter S (say). If I drop both, I will lose both when I pick them up. So I want to put one in my bag and keep the other in my inventory. In ordinary Nethack, I can just ask to put 1S in. In Nethack Cocoa, I know that there is a command, but I have forgotten it.

Can you help?