ID:173240
 
How do i set an item in my usr's inventory?
Several ways, try searching for demos, but heres a snippet:

src.Move(usr)

Be careful where you use usr though, if its not called by a verb or a click(), it may not be right.