Ok what I want to do is findchild like blitz3d but in bmax using irrlicht with a model. I have tried
Local torch1 = room.getchild("torch1")
but it doesnt work because it's looking for a index number so I dont think getchild is the right route so anyone have any idea?
Local torch1 = room.getchild("torch1")
but it doesnt work because it's looking for a index number so I dont think getchild is the right route so anyone have any idea?