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
In response to SSJ2GohanDBGT
|
|
SSJ2GohanDBGT wrote:
Hmm Yes you can. That's exactly right. Lummox JR |
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?