Okay so I have the usual "get" verb for items to move it to usr.contents But no matter what I try the verb remains with the item even though its been moved to the usr's inventory ive looked over other peoples get verb code and it dosent seem to even need anything to hide it. Im probably missing something very odvious but I just cant seem to figure it out
Code:
verb
Get()
set src in view(1)
usr<<"You pick up the [src]"
src.loc = usr
Problem description:
Ive tryed using set hidden and making a variable that removes it when picked up ive also tryed making it so when you use the get verb it removes itself and when you use the drop verb it puts it back in but none seem to work