SetWeaponRequiredSkill

Revision as of 05:31, 14 August 2014 by imported>Odessa (created. source gribbleshnbitt)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the the required skill level for the specified weapon or calling reference to one. Added by NVSE V1.2.

Syntax

(none) reference.SetWeaponRequiredSkill NewSkillLevel:int Weapon:form 

Or:

(none) reference.SetReqSkill NewSkillLevel:int Weapon:form

Example

SetWeaponRequiredSkill 50, WeapNV9mmPistol

See Also