Jump to content

Infinite Ammo for specific Weapon


dancuc

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...