AI ambushers not spawning
Posted: Fri Mar 10, 2017 5:04 am
I`m quite sure I`ve done everything right but for some reason my AI ambushers refuse to spawn! I added -
ScriptCB_DoFile("Ambush")
AmbushTeam = 1
AMB = AmbushTeam
SetupAmbushTrigger("ambusherregion", "ambusherpath", 6, 1)
and
},
amb = {
team = AMB,
units = 6,
reinforcements = -1,
soldier = { "rep_inf_ep2_marine", 6, 6},
and they just will not spawn!
rep_inf_ep2_marine is in the ReadDataFile REP btw.
In ZE, I went into a custom layer and placed 6 nodes in a path called "ambusherpath" and made a region called "ambusherregion". I`m stumped as to why nothing happens when I enter the region. Does anyone know why this is happening? It`s really annoying me! I don`t see what I`m doing wrong, am I doing something wrong? Please tell me if you know how I may be able to fix this, thanks
ScriptCB_DoFile("Ambush")
AmbushTeam = 1
AMB = AmbushTeam
SetupAmbushTrigger("ambusherregion", "ambusherpath", 6, 1)
and
},
amb = {
team = AMB,
units = 6,
reinforcements = -1,
soldier = { "rep_inf_ep2_marine", 6, 6},
and they just will not spawn!
rep_inf_ep2_marine is in the ReadDataFile REP btw.
In ZE, I went into a custom layer and placed 6 nodes in a path called "ambusherpath" and made a region called "ambusherregion". I`m stumped as to why nothing happens when I enter the region. Does anyone know why this is happening? It`s really annoying me! I don`t see what I`m doing wrong, am I doing something wrong? Please tell me if you know how I may be able to fix this, thanks