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?
Copyright © 2025 BYOND Software.
All rights reserved.