Arma 3
Nocap Aug 15, 2020 @ 7:19pm
AI Recruiting
Im trying to make an Scenario in Eden and i cant figure out how to make an AI Recruitment thing. if someone could help i would Apreciate it.
< >
Showing 1-11 of 11 comments
Gunter Severloh Aug 22, 2020 @ 6:09pm 
Use a script this is what i use
linked to my google drive, Bon's Recruit script, its set on stratis as a demo, so if you want the script just open the mission folder and apply the same codes, folders to your own.
https://drive.google.com/file/d/11_peKI50Etnz06T6nu3nzeRwsZUO47br/view?usp=sharing
Last edited by Gunter Severloh; Nov 30, 2021 @ 8:42am
Nocap Aug 24, 2020 @ 7:07pm 
Originally posted by Gunter Severloh:
Use a script this is what i use https://www.armaholic.com/page.php?id=26312
ive been trying to get this one work for a while i cant seem to get it. im probably doing something wrong
Gunter Severloh Aug 25, 2020 @ 4:54am 
Follow my steps:

Ingame
1. Place an object, or flag pole, or sign that you want to recruit the AI from, once you have an object placed, open it (double click) and put the following code in the init box:

this addAction["<t color='#ff9900'>Recruit Infantry</t>", "bon_recruit_units\open_dialog.sqf"];

Outside the game
2. Open a notepad document, and name it----->
init.sqf
dont misspell it!

3. In your init.sqf put the following code:
[ ] execVM "bon_recruit_units\init.sqf";

4. Save that and move into your mission's folder, if SP it should be here
C:\Users\your username\Documents\Arma 3\missions

5. Create another notepad document, this time name it ----->
Description.ext
Dont misspell it, also be sure it dont say Description.ext.txt or it wont work.

6. In the Description.ext put the following code:
#include "bon_recruit_units\dialog\common.hpp"
#include "bon_recruit_units\dialog\recruitment.hpp"

7. Save and move the script to your mission's folder like in step 4.

8. Test, it should work if you did everything as above, use the armaholic page as a reference for the codes too if you need too.
Hope that helps, let me know how it goes, cheers!
Last edited by Gunter Severloh; Aug 25, 2020 @ 4:56am
Nocap Aug 26, 2020 @ 2:18pm 
Originally posted by Gunter Severloh:
Follow my steps:

Ingame
1. Place an object, or flag pole, or sign that you want to recruit the AI from, once you have an object placed, open it (double click) and put the following code in the init box:

this addAction["<t color='#ff9900'>Recruit Infantry</t>", "bon_recruit_units\open_dialog.sqf"];

Outside the game
2. Open a notepad document, and name it----->
init.sqf
dont misspell it!

3. In your init.sqf put the following code:
[ ] execVM "bon_recruit_units\init.sqf";

4. Save that and move into your mission's folder, if SP it should be here
C:\Users\your username\Documents\Arma 3\missions

5. Create another notepad document, this time name it ----->
Description.ext
Dont misspell it, also be sure it dont say Description.ext.txt or it wont work.

6. In the Description.ext put the following code:
#include "bon_recruit_units\dialog\common.hpp"
#include "bon_recruit_units\dialog\recruitment.hpp"

7. Save and move the script to your mission's folder like in step 4.

8. Test, it should work if you did everything as above, use the armaholic page as a reference for the codes too if you need too.
Hope that helps, let me know how it goes, cheers!
it says This script is not recognized or sum like that.
Gunter Severloh Aug 27, 2020 @ 7:23am 
Whats the exact error?
preserver83 Mar 11, 2021 @ 4:11pm 
Originally posted by Gunter Severloh:
Follow my steps:

Ingame
Hope that helps, let me know how it goes, cheers!

Yes, is working 100%. Thank you.
Starflower Nov 30, 2021 @ 7:56am 
hello, since armaholic is down, is there any way i can download the bon recuit script?
Gunter Severloh Nov 30, 2021 @ 8:40am 
Originally posted by The Black Knight:
hello, since armaholic is down, is there any way i can download the bon recuit script?
Ya, i have it on my google drive.
https://drive.google.com/file/d/11_peKI50Etnz06T6nu3nzeRwsZUO47br/view?usp=sharing
its a mission set on stratis with the script in use, open the mission if you want the script, and codes.
Starflower Nov 30, 2021 @ 9:07am 
thank you very much Gunter Severloh, I appreciate :) :cozyspaceengineersc:
Gunter Severloh Nov 30, 2021 @ 9:40am 
Welcome!
cbfirefighter Dec 3, 2021 @ 10:39pm 
Or you can use Spyder's addons for an easy AI recruitment set up
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Aug 15, 2020 @ 7:19pm
Posts: 11