blackmoons Posted November 20, 2010 Share Posted November 20, 2010 Hi, Im making a script with NVSE and having some problems, I need to find the 'currently equiped weapon', an 'inventory item' ref to use for SetWeaponMinSpread NVSE instruction. I would rather not have the script be part of the weapon, but rather a global one running in a quest, as this would work better with random 3rd party mods I believe. I can get that ref if the script is attached to the weapon.. but no idea how to get it otherwise. PS: I tryed GetEquippedObject, It returns a BaseForm that isent usable for SetWeaponMinSpread AFAIK. <Edit> Hmm nevermind, Apparently I was just doing it wrong. needed to use a slightly diffrent syntax. Link to comment Share on other sites More sharing options...
Recommended Posts