Paste #22888: Diff note for paste #22887

Date: 2015/11/20 15:34:19 UTC-08:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


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


 windrider:
     type: entity
     entity_type: e@horse
     has_ai: true
     age: adult
     custom_name: <red>windrider
     custom_name_visibility: true
     can_breed: false
     color: black|none|horse
     max_health: 3000
     health: 3000
     jump_strength: 6
 spawnhorse:
     type: task
     script:
     - spawn <e@windrider> <player.location> save:windrider
-    - narrate <entry[windrider].as_list> targets:<server.list_online_players>
+    - narrate <entry[windrider].spawned_entities> targets:<server.list_online_players>