function advtrains.random_id() local idst="" for i=0,5 do idst=idst..(math.random(0,9)) end return idst end