(adsbygoogle = window.adsbygoogle || []).push({});
hey people of ngu i got an issue, i got a thread that spawns a model right
and names the model self.model[1]. and then when you do the thread again
it makes a new model with the name self.model[2] etc.
i want to delete all models from say
self.model[1] to self.model[100]
i was wondering how i would do this haha
kinda like this: self.model[1-100] delete();
thanks