Sadly my first post in this forum has to be an Issue that im experiencing with my trigger wich should spawn Zerglings for Player 15, around units of player 1, within a radius between 10 and 25 meters, preferred inside a 25 meter radius near a build from player 1.
I already tried a lot of values, and im pretty sure all criteria should be met, however it just displays the following error:
TriggerError in 'gt_spawner_Func': couldnt get 'inPos' from Parameter in 'sUnitCreate' (value: 0) Near line 4339 in libNtve_gf_CreateUnitsWithDefaultFacing() in TriggerLibs/NativeLib.galaxy
(I translated the error from german to english)
As far as I can see it, my AIRandomSpawnPoint returns 0, wich istn a valid point coordinate at all D:
Hi everyone,
Sadly my first post in this forum has to be an Issue that im experiencing with my trigger wich should spawn Zerglings for Player 15, around units of player 1, within a radius between 10 and 25 meters, preferred inside a 25 meter radius near a build from player 1.
I already tried a lot of values, and im pretty sure all criteria should be met, however it just displays the following error:
TriggerError in 'gt_spawner_Func': couldnt get 'inPos' from Parameter in 'sUnitCreate' (value: 0) Near line 4339 in libNtve_gf_CreateUnitsWithDefaultFacing() in TriggerLibs/NativeLib.galaxy
(I translated the error from german to english)
As far as I can see it, my AIRandomSpawnPoint returns 0, wich istn a valid point coordinate at all D:
Maybe someone can give some helpfull Advice :)