In response to Lummox JR
Hmm

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?
In response to SSJ2GohanDBGT
SSJ2GohanDBGT wrote:
Hmm

OK then.

Could I make a new variable W like var/obj/weapons/W

then do

for(W in src.contents)

Yes you can. That's exactly right.

Lummox JR
Page: 1 2