nognow Posted January 9, 2021 Share Posted January 9, 2021 edit: figured it out, tnx GetEquippedWeaponModFlags (https://geckwiki.com/index.php?title=GetEquippedWeaponModFlags) is supposed to return the combined value of bits of the equipped weapon's mods, but it always prints the name of the variable (in the following example, prints "a") Did I make any mistakes in the script below?I'm new to scripting so apologies if I made some dumb mistakescn WeapModCheck int a Begin OnEquip playerset a to Player.GetEquippedWeaponModFlagsPrintToConsole a End Link to comment Share on other sites More sharing options...
Recommended Posts