Is there a way to create another mob of the same type of another variable?
var/mob/A = new/mob/Troop
How would you go about creating another mob of the same type using a variable without having to do var/mob/B = new/mob/Troop again?
ID:166489
Jul 30 2006, 12:06 pm
|
|
Jul 30 2006, 2:28 pm
|
|
You could try this, not to sure if it will work.
|
In response to Evidence
|
|
Well, what i wanted to do was to make a mob asigned to a variable each, however I found a way. Thanks.
|