Removing objects from a list
Hmm OK then. Could I make a new variable W like var/obj/weapons/W then do for(W in src.contents)
OK then.
Could I make a new variable W like var/obj/weapons/W
then do
for(W in src.contents)
or do i need to loop through src.contents then below use an if statement that checks if W is in src.contents?