Paste #103075: Unnamed Denizen Script Paste

Date: 2022/11/08 20:39:10 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5


entity_finder:
    type: task
    script:
    - foreach <player.location.find_entities.within[10]> as:entity:
        - narrate "There is an entity <[entity].translated_name> <[entity].location.distance[<player.location>].round> blocks away."