Well, to go along with the bow/arrow script I am working on, there seems too be a problem with the "arrow count" interface on the main game screen. The script adds arrows too the players inventory, but the main interface doesn't recognize that the arrows have been added. So even though there are indeed arrows in the inventory, the arrow count interface says there are none. How do I force/mod update the interface too recognize that the arrows have been indeed added using the additem code?
The interface updates normally if the arrows are picked up off the ground. Is there a way too make the game think the arrows were picked up instead of just added?