bottle-rinse-repeat/src/EBxOnCrosshairTracker.gek

29 lines
431 B
Plaintext
Raw Normal View History

2022-07-23 15:38:20 +00:00
scn EBxOnCrosshairTracker
ref rSource
begin function {}
if MenuMode == 0
if GetCrosshairWater
return
endif
if eval rSource := GetCrosshairRef
if GetType rSource == 21 ; activator
if rSource.GetActivatorWaterType
return
endif
endif
endif
endif
SetGameMainLoopCallback EBxOnCrosshairTracker 0
SetOnControlUpEventHandler EBxOnControlUp 0 5
EnableControl 5
end