$example.checkingforpersistentdata:title$
$example.checkingforpersistentdata:description$
if pv.freight_car_1 == nil then
pv.freight_car_1 = {
cargo = 'none',
destination = 'unset'
}
end
$example.checkingforpersistentdata:description$
if pv.freight_car_1 == nil then
pv.freight_car_1 = {
cargo = 'none',
destination = 'unset'
}
end