Skip to content

IDE Copy Feature #13

Description

@Daxz0

I confirm that...

  • I checked the issues page for similar issues. This Feature request won't be a duplicate.
  • I made sure that this feature does not exist yet by asking on the Discord or reading the Wiki.

Script

Item Display Editor

Description

Copies displays or groups. Simple proof of concept, could be polished for sure.

IDE_copy_selection:
    type: task
    debug: false
    script:
        - ratelimit <player> 1t
        - if <player.has_flag[item_display_editor.selected_displays]>:
            - foreach <player.flag[item_display_editor.selected_displays]> as:d:
                - spawn <[d].describe> <[d].location>
                - narrate "<&[base]>Copied group dispaly!"
        - else if <player.has_flag[item_display_editor.selected_display]>:
            - spawn <player.flag[item_display_editor.selected_display].describe> <player.flag[item_display_editor.selected_display].location>
            - narrate "<&[base]>Copied display!"

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureFeature Request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions