Throw is displaying the number of a particular item in your inventory when you attempt to throw one of the items.
ex: You prepare to throw a rusty kunai(4).
This also used to happen when there were a number of items laying on the floor in a room....not sure if that ever got fixed.
[OPEN] [CODE] Thrown Item Enumeration
Re: Thrown Item Enumeration
This is just a note for me:
This is because separate_obj() isn't being called before the messages are called, the logic needs to be re-ordered.
This is because separate_obj() isn't being called before the messages are called, the logic needs to be re-ordered.
Gatz Seijuro,
Owner of NarutoMUD
Owner of NarutoMUD
Re: [OPEN] Thrown Item Enumeration
Hit/miss messages are also not being properly displayed. In some instances the hit message is displayed and then the miss message is displayed (the miss actually happened, the hit did not); Other times the hit message displays, but nothing else happens (no hit actually occurs, no other message displays).