Human-only unit?
Moderator: Moderators
-
Darth_Squoobus
- General

- Posts: 760
- Joined: Mon Aug 03, 2009 3:21 am
- Projects :: No Mod project currently.
- Location: over the hills and far away
Human-only unit?
Is it possible to make a non-hero unit that's only accessible to humans and off-limits AI?
- sim-al2
- 2nd Lieutenant

- Posts: 412
- Joined: Mon Jul 06, 2009 10:26 pm
- Projects :: Mapping on occasion
- Location: In the cockpit of some vehicle...
Re: Human-only unit?
Example:
special = { "rep_inf_ep3_jettrooper",0, 0}
Should be that, can't quite remember if those numbers only affect ai or have other effects.
special = { "rep_inf_ep3_jettrooper",0, 0}
Should be that, can't quite remember if those numbers only affect ai or have other effects.
-
Darth_Squoobus
- General

- Posts: 760
- Joined: Mon Aug 03, 2009 3:21 am
- Projects :: No Mod project currently.
- Location: over the hills and far away
Re: Human-only unit?
I see AI jet troopers all the time. I don't think that's it.sim-al2 wrote:special = { "rep_inf_ep3_jettrooper",0, 0}
Should be that, can't quite remember if those numbers only affect ai or have other effects.
-
fasty
- 1st Lieutenant

- Posts: 438
- Joined: Thu Apr 15, 2010 4:17 am
- Projects :: Server modding
- Contact:
Re: Human-only unit?
No, he is correct. Set your unit to have that in the .lua and you should be fine.
- sim-al2
- 2nd Lieutenant

- Posts: 412
- Joined: Mon Jul 06, 2009 10:26 pm
- Projects :: Mapping on occasion
- Location: In the cockpit of some vehicle...
Re: Human-only unit?
Yeah fasty's right I just chose the jettrooper as an example.Darth_Squoobus wrote:
I see AI jet troopers all the time. I don't think that's it.
-
Darth_Squoobus
- General

- Posts: 760
- Joined: Mon Aug 03, 2009 3:21 am
- Projects :: No Mod project currently.
- Location: over the hills and far away
Re: Human-only unit?
Gotcha. Lookslike I can make that suicide unit after all.sim-al2 wrote:Yeah fasty's right I just chose the jettrooper as an example.Darth_Squoobus wrote:
I see AI jet troopers all the time. I don't think that's it.
