Page 1 of 1

Units in sniper position

Posted: Tue Feb 26, 2013 12:31 pm
by Executer94
I am trying to work out a way, that the soldier unit in space guards the hangar. Now I changed the unittype to scout and added sniper hint nodes, what I thought would do the trick, but they seem to ignore the nodes and straight enter the vehicles. Any suggestions?

Re: Units in sniper position

Posted: Tue Feb 26, 2013 1:05 pm
by Bob

Code: Select all

NoEnterVehicles = 1
into the unit's odf.

Re: Units in sniper position

Posted: Tue Feb 26, 2013 1:12 pm
by Executer94
But I want them to be able to enter vehicles at the same time. For example, when the player uses this unit.

Re: Units in sniper position

Posted: Tue Feb 26, 2013 4:54 pm
by Rafterman
I think a player can do it. Thats just an Bot Parameter

Re: Units in sniper position

Posted: Tue Feb 26, 2013 8:30 pm
by AQT
Scout units only use the sniper hint nodes if their objective is conquest.

Re: Units in sniper position

Posted: Wed Feb 27, 2013 6:51 am
by Executer94
Alright. Is there a way to pretend that it it conquest for them or another way around it?