Jump to content

NPC patrol gun question


wesman31

Recommended Posts

Hi,

If your actors are uniques you can to use a script with the EquipItem function within them:

 

SCN YourNameSCRIPT

BEGIN OnLoad

;	if ( GetItemCount YourItem == 0 )   ;optional
;		AddItem YourItem 1    
;	endif                                

EquipItem YourItem                               

END

 

If your actors aren´t uniques they must are Persistant References and you must use a Quest with a script with YourPersistantReferences.EquipItem, but within a GameMode Block.

Link to comment
Share on other sites

ooorrr.. if your not script skilled..such as myself.. you can simply double click your soldiers,click edit,scroll to inventory add you can add whatever weapon you want them to carry in their inventory. just make sure you scroll down to the "W"s of the list and choose one of the "with ammo" weapon types.. this way the actor uses infinite ammo and will auto equip the weapon,unlike a companion who will discard of the weapon if it's out of ammo
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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