for(var/a in typesof(/obj/Weapons))
src.contents += new a
Problem description: The problem is that although it works, it adds the objects' type, Weapons to the contents too.
ID:263008
Mar 18 2006, 8:21 am
|
|
Code:
for(var/a in typesof(/obj/Weapons)) Problem description: The problem is that although it works, it adds the objects' type, Weapons to the contents too. |