Jump to content

Varicide

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About Varicide

Varicide's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the help. I thought it didn't return the base form. So there's no way to change just one weapon then?
  2. Hi. I'm trying to make a script that can change the stats/properties of one weapon. But instead, it changes all weapons of the class. Is there some way to only change one weapon at once? Thanks! scn testscript short buttonref rWeaponfloat fDmg begin OnEquip set rWeapon to GetHotkeyItem 1;set fDmg to GetCritDam rWeaponset fDmg to GetCritDam rWeapon showmessage f4modtestmsg fDmg end begin menumodeset button to getbuttonpressed if(button == 0);SetWeaponIsAutomatic 1 rWeapon ; makes all weapons of that type automaticrWeapon.SetWeaponIsAutomatic 1 ; does nothing!endif end
×
×
  • Create New...