aliens

Author Topic: Mission drop  (Read 2184 times)

Offline Biggieboy

  • Colonel
  • ****
  • Posts: 220
    • View Profile
Mission drop
« on: November 05, 2018, 04:59:18 pm »
Hi guys!

This is my plan:

i wanna make 8-10 missions (for my facilities). This missions can DROP all races of aliens (soldiers, enginers..). I try "getonefree", but nothing happened. "unlock" not good, because all races can drop all mission, but not the same time.

i try this (not work for me..):

Code: [Select]
  - name: STR_MISSION_RECRUITMENT_OFFICE
    dependencies:
      - STR_MISSION_RECRUITMENT_OFFICE
    cost: 300
    points: 15

  - name: STR_SECTOID_ENGINEER
    getOneFree:
      - STR_MISSION_RECRUITMENT_OFFICE
« Last Edit: November 05, 2018, 05:02:48 pm by Biggieboy »

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Mission drop
« Reply #1 on: November 05, 2018, 05:15:30 pm »
Sorry, what do you mean by "drop"? I have no idea what your intention is.

Offline Biggieboy

  • Colonel
  • ****
  • Posts: 220
    • View Profile
Re: Mission drop
« Reply #2 on: November 05, 2018, 05:28:35 pm »
Sorry, what do you mean by "drop"? I have no idea what your intention is.

research the alien and "give" a mission. But now i have what is the problem: i missunderstand the "getonefree", its give the finiched research!

Thanx for ohartenstein23!