10 years ago
def get_objects_of_def_id_gen
Is the following function referring to the object Tuning IDs? And if so, please could you give me an example of use since the existing decompiled scripts don't seem to use it at all. def get_o...
"IngeJones;15209548" wrote:
Well I am just copying the existing loop, which checked for specific instance IDs, which I expect to be falling through when there are no default bassinets on the lot. I have no idea why they have the bassinet.destroy in there, or any of the other bits for that matter lol, so I didn't like to just do without it in case it was needed. The idea is mine just matches on a different criterion, but then should just get on and do exactly the same as the first, exhausted, loop would have done. Obviously if there is a default bassinet, then my bit shouldn't run at all, since it will return True before that bit.