OFPEC Forum

Addons & Mods Depot => ArmA - Addons & Mods Discussion => Topic started by: JasonO on 15 Aug 2007, 22:22:15

Title: [SOLVED] Letting people heal at a vehicle
Post by: JasonO on 15 Aug 2007, 22:22:15
Hi

I have an ambulance style vehicle, and want people to be able to go up to it and get the option to Heal at it. Basiclly the same as Medic's and the M113 Ambulance.

Hopefully it's not to big to do. But was wondering if anyone knows a solution in how I can add it.

Thanks
JasonO
Title: Re: Letting people heal at a vehicle
Post by: h- on 16 Aug 2007, 18:36:19
I think the key is to add the token attendant = true; in your vehicle class..
Which happens automatically if you inherit your vehicle class from, say, the BIS M113 ambulance class (M113Ambul).
Title: Re: Letting people heal at a vehicle
Post by: JasonO on 17 Aug 2007, 16:58:17
Hi h-

attendant=1 did it for me, works perfectly, cheers ;)