Sil,
I love the basic functionality of this addon but I am running into stumbling blocks. I am trying to use the "Ikarus" as a civilian bus and I am adding them across Chenarus.
I created a new case for them in the unit config file under case9:
//Bus Route --------------------------------------------------------------------------------------
case 9:
{
_Unit_Pool_S = [];
_Unit_Pool_V = ["Ikarus","Ikarus","Ikarus","Ikarus"];
_Unit_Pool_T = [];
_Unit_Pool_A = [];
};
I then add this spawn code in the init field:
buspop=["SECiv_Bus9",[7,0,0],[],[1,1,2,10],[],[],[3,9,6,0]] spawn DAC_Zone
Then I run the module and I get this succession of errors:
"WP search was interrupted
Zone SECiv_Bus9 is not suitable for unit type
(Unarmed vehicles)"
Then the second error:
"Attention: Dac has caused an error.
The initialization has missed.
Error number 7 (waypoint)"
How can I correct this issue?
Thanks,
RogerWilco