Fixed AR Scanner not working from different height from a target
This commit is contained in:
parent
339c371d82
commit
1aed0e682a
Binary file not shown.
@ -11,7 +11,7 @@ begin function { iControlID }
|
||||
|
||||
call CWxScannerStopText
|
||||
|
||||
set CWxScannerTextQuest.curTarget to GetCrosshairRefEx
|
||||
set CWxScannerTextQuest.curTarget to ObjectUnderReticle 0 8192
|
||||
SetStage CWxScannerTextQuest 1
|
||||
|
||||
end
|
||||
|
@ -11,7 +11,7 @@ begin GameMode
|
||||
return
|
||||
endif
|
||||
|
||||
set rNewTarget to GetCrosshairRefEx
|
||||
set rNewTarget to ObjectUnderReticle 0 8192
|
||||
|
||||
if rTarget == rNewTarget
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user