dancuc Posted November 6, 2010 Share 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. Link to comment Share on other sites More sharing options...
FutureVisions Posted November 6, 2010 Share 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 Link to comment Share on other sites More sharing options...
dancuc Posted November 7, 2010 Author Share 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! Link to comment Share on other sites More sharing options...
Recommended Posts