Loading

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;
  6.  min_compatible_version: 1;
  7. }
  8.  
  9. item (FEAT_INDUSTRIES, item_industry_coal_mine) {
  10.  property {
  11.   substitute: 00; // coal mine
  12.   override: 00;
  13.  }
  14.  graphics {
  15.   random_prod_change: STORE_PERM(extra_callback_info_1, 1);
  16.  }
  17. }
  18.  
  19. # nmlc output:
  20. # ERROR: "main.nml", line 16: Unrecognized identifier 'extra_callback_info_1' encountered

Comments