Change the Car's Colours
verse-library
ApplyPaint(Paint : material) : void =
for (Obj : FindCreativeObjectsWithTag(car_body_tag)):
if (Body := creative_prop[Obj]):
Body.SetMaterial(Paint, ?Index := 0)