Tweak NPC interaction time frame

This commit is contained in:
JappaWakka 2024-09-28 11:12:38 +02:00
parent e7153fdc4f
commit 3649717883
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@
Me.faceRotation = newHeading
ActivateScript()
ElseIf Me.Moved < 0.48F Then
ElseIf Me.Moved < 0.3F Then
Interacted = True
End If
End Sub