Page 1 of 1

how to add healing and ammo capabilities????

Posted: Mon Jun 21, 2010 11:53 pm
by Deadeye
how do you add healing and ammo capabilities to a spawned kit???And i want it to heal me and replenish my ammo and heal vehicles.I need is SSM please guys and thnx

Re: how to add healing and ammo capabilities????

Posted: Tue Jun 22, 2010 7:59 pm
by motoko
Deadeye wrote:how do you add healing and ammo capabilities to a spawned kit???And i want it to heal me and replenish my ammo and heal vehicles.I need is SSM please guys and thnx

Code: Select all

ObjectTemplate.active YourKit
ObjectTemplate.addTemplate HoHaSupplyDepot

Re: how to add healing and ammo capabilities????

Posted: Wed Jun 23, 2010 5:04 am
by Apache Thunder
Careful now, you can't just add anything to a kit. It most likely would spit out a "unknown kitpart" error. Addtemplate it to a kitpart on your kit instead (like a helmet or backpack for example). ;)

Re: how to add healing and ammo capabilities????

Posted: Wed Jun 23, 2010 5:05 am
by motoko
Apache Thunder wrote:Careful now, you can't just add anything to a kit. It most likely would spit out a "unknown kitpart" error. Addtemplate it to a kitpart on your kit instead (like a helmet or backpack for example). ;)
lol, I meant to put the main weapon, but wasn't paying attention; Thanks for pointing that out.