Stop NPC from dancing after done

This commit is contained in:
JappaWakka 2023-06-01 16:04:59 +02:00
parent 315d250405
commit 522196367a
1 changed files with 2 additions and 0 deletions

View File

@ -804,6 +804,8 @@
MoveAsync = False
If Not isDancing Then
Me.Position = New Vector3(CInt(Me.Position.X), CSng(Me.Position.Y), CInt(Me.Position.Z))
Else
isDancing = False
End If
Moved = 0.0F
MoveY = 0.0F