dancuc Posted November 6, 2010 Posted November 6, 2010 The title says it all. I have a companion with a weapon that can be used only by that companion. I want that weapon to have infinite ammo. How can I do it; be using for example the Magic Companion Ammo? If I disable using ammo at all, weapon won't need to be reloaded, which is unrealistic. Any thoughts? Thanks in advance.
FutureVisions Posted November 6, 2010 Posted November 6, 2010 The title says it all. I have a companion with a weapon that can be used only by that companion. I want that weapon to have infinite ammo. How can I do it; be using for example the Magic Companion Ammo? If I disable using ammo at all, weapon won't need to be reloaded, which is unrealistic. Any thoughts? Thanks in advance. And adding infinite amo will be more realistic? :laugh: I supose you could make a quest script that keeps adding ammo to your companion's inventory. Example: SCN yourquestSCRIPT Begin GameMode If ( YourCompanion.GetItemCount CompanionAmmo > xx ) && ( YourCompanion.GetItemCount CompanionAmmo < yy ) YourCompanion.AddItem CompanionAmmo zz endif End
dancuc Posted November 7, 2010 Author Posted November 7, 2010 She won't need ammo until she joins the player, then, of course, she needs to be constantly supplied :laugh: Thanks for the script, works!
Recommended Posts