Page 1 of 1

Range of Turrets (Min-Max)

Posted: Fri Mar 04, 2016 9:56 pm
by GaXyLa
So i created a turret that shoots grenades as projectiles. But the turret damages itself when a enemy is too near to it.
So how can i tell the turret, it should start shooting at .. mhm.. maybe range from 20 to 50
i know you can set a maximum range,
like here:

Code: Select all

range = 20,
but how can i specify a minimum?

anyone an idea?

Re: Range of Turrets (Min-Max)

Posted: Fri Mar 04, 2016 10:15 pm
by orzelek
As far as I know there is no way to set minimum range. It could be a good suggestion for something to add to the game.