OldNick Posted February 20, 2016 Posted February 20, 2016 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.
Belthan Posted February 24, 2016 Posted February 24, 2016 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
Recommended Posts