function make_load(ent: EntData) {
    if(!ent.load.details) return false
    return make_actions(ent.load).load
  }