Jump to content

Recommended Posts

Posted

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.

Posted

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


Posted

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!

  • Recently Browsing   0 members

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