cyberware-2281/src/CWxScannerOnScan.gek

18 lines
277 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 ObjectUnderReticle 0 10240
SetStage CWxScannerTextQuest 1
end