cyberware-2281/src/CWxScannerOnScan.gek
2024-04-27 00:30:12 +02:00

18 lines
268 B
Plaintext

scn CWxScannerOnScan
int iControlID
begin function { iControlID }
if IsControlPressed 6 == 0 ; not aiming
call CWxScannerStop
return
endif
call CWxScannerStopText
set CWxScannerTextQuest.curTarget to GetCrosshairRefEx
SetStage CWxScannerTextQuest 1
end