Jump to content

Recommended Posts

Posted

Does anyone know if there is a condition I can check against to only apply an ability / spell when not in VATS?

 

I tried checking if GetVATSMode was zero, but it seems like it might always be zero in Fallout 4 whether you're in VATS or not?

 

Thanks in advance,

Nick.

Posted

In FO3 & FNV you could use the MenuMode function, but I have no idea if it still works in FO4.

if MenuMode == 1056
 ; VATS menu is being displayed
else
 ; it isn't
endif
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...