local name = "car_flag" local definition = ... local texture = "car_flag.png" definition.description = "Flag car" definition.inventory_image = texture definition.wield_image = texture definition.textures = {texture} vehicle_mash.register_vehicle("vehicle_mash:"..name, definition) local name = "car_lava" local definition = ... local texture = "car_lava.png" definition.description = "Lava car" definition.inventory_image = texture definition.wield_image = texture definition.textures = {texture} vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)