Advertisement
Guest User

Geck FNV compatibility

a guest
Nov 26th, 2018
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. int iModIndex
  2. ref rForm
  3.  
  4. Begin Function{}
  5.  
  6. If IsModLoaded "WeaponModsExpanded.esp"
  7. Let iModIndex := GetModIndex "WeaponModsExpanded.esp"
  8.  
  9. ;WMXMod10mmSMGLightBolt
  10. Let rForm := BuildRef iModIndex, 19038
  11. AddFormToFormList modboxItemList rForm
  12. Endif
  13.  
  14.  
  15. If IsModLoaded "CFWNV.esm"
  16. Let iModIndex := GetModIndex "CFWNV.esm"
  17.  
  18. ;ModCFW14mmPistolExtMags
  19. Let rForm := BuildRef iModIndex, 3260
  20. AddFormToFormList modboxItemList rForm
  21. Endif
  22.  
  23. If IsModLoaded "WMX-DLCMerged.esp"
  24. Let iModIndex := GetModIndex "WMX-DLCMerged.esp"
  25.  
  26. ;NVDLC05ModNV127mmSMGLaserSight
  27. Let rForm := BuildRef iModIndex, 2082
  28. AddFormToFormList modboxItemList rForm
  29. Endif
  30. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement