Hi, I have here a inventory script. It drops items right (Most of the time), but when the item is on the ground after dropping it, and you actiongrab it (press a to pick it up), it stays on the ground and doesn't delete from the map, and add the weapon back to your player like I wanted.
Here is the Weapon, called "-System/Inventory".
-SystemInventory.txt
Now, heres the class that the weapon joins to called "object_droppeditem".
object_droppeditem.txt
So to recap, The problems are labeled below from least of worries to worst of worries:
1

The items Don't always drop. They drop sometimes.
2

BIGGEST PROBLEM) When the item drops on the ground, when you go to actiongrab the item to pick it up and put it back in your inventory, it stays on the ground and doesn't add the weapon to the player that picks it up.
I appreciate it if someone helps me. Thanks.
-Jamerson