Paste #86239: Diff Report Between Paste #86238 and #80162

Date: 2021/07/06 08:15:38 UTC-07:00
Type: Diff Report

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


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


 my_npc:
     type: assignment
     debug: false
     actions:
         on assignment:
         - trigger name:proximity state:true radius:15
         on spawn:
-        - wait 1s
-        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>]> start fake
+        - wait 1t
+        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>].filter[is_spawned]> start fake
         on enter proximity:
-        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>]> stopfake
+        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>].filter[is_spawned]> stop fake for:<player>
         on exit proximity:
-        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>]> start fake
+        - sneak <list[<npc>].include[<npc.name_hologram_npc||<list>>].include[<npc.hologram_npcs||<list>>].filter[is_spawned]> start fake for:<player>
+