Range of Turrets (Min-Max)
Posted: Fri Mar 04, 2016 9:56 pm
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:
but how can i specify a minimum?
anyone an idea?
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,
anyone an idea?