Paste #113364: Diff Report Between Paste #113363 and #113346

Date: 2023/08/05 03:22:18 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste Edit Of Paste 113363
Copy Link


1
2
3
4
5
6
7
8
9
10
11


 running_anim:
   type: world
   events:
     on player walks:
-        - if <player.is_sprinting>:
-          - execute as_op 'emotes play "Бег §6(§eПередвижение§6)" <player.name> false'
+    - if <player.is_sprinting>:
+      - flag <player> running_anim
+      - if <player.has_flag[running_anim]>:
+      - execute as_op 'emotes play "Бег §6(§eПередвижение§6)" <player.name> false'