OpenXcom Forum

Modding => Help => Topic started by: Biggieboy on November 05, 2018, 04:59:18 pm

Title: Mission drop
Post by: Biggieboy 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
Title: Re: Mission drop
Post by: Solarius Scorch on November 05, 2018, 05:15:30 pm
Sorry, what do you mean by "drop"? I have no idea what your intention is.
Title: Re: Mission drop
Post by: Biggieboy 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!