Thanks sword slayer that was really helpful. After a few days of research I finally learned a few things about TreeNodes. “This website helped ALLOT” …
Im sorry if this is a noob question I didn’t want to ask this but I see nothing there that can add child nodes. I just need to know how do you add a n…
Thanks poly that will definitely be useful in future projects. DenisT I am always willing to learn something new. It could be possible that I was not …
sry for double post. I actually have ran into a snag. Using this method how would I be able to use “on pressed % do” ? if I make buttons inside of th…
Thanks Polytools you just showed me a way I haven’t realized could be done and I love it extremely useful for what im trying to do. denisT with my cu…
Sorry guys never mind. I figured it out.
the reason why object8 does not include the parent is because its next on the list from object7 which already includes the parent IDK why but the game…
I thought so but it seems that with 2 different materials applied to the same mesh all the material ID’s are 1 for some reason. getfacematid is what I…
Ive come up with an unorthodox solution but it works. OBJECTMATERIAL_array=#() MEDITMATERIAL_array=#() clearlistener() for obj in geometry do( appe…
so I was thinking this possibly if I were to make an numeral array of the current medit materials then I could somehow compare strings and create an a…