The purpose of this project is to figure out whether local variables (for this sprite only) are local to the sprite or to each clone (A: to each clone!) and also to figure out if it was viable to use yoked lists to keep track of variables for each clone in a way that would be visible outside the clone (otherwise not possible, since you can't reference a clone directly) (A: also yes!) These scripts could be useful for building a tower defense game.