Who Am I: Assignment Scripts (PARTIAL)

TODO: Write-up explaining the basics of assignment scripts, including the on assignment action.

Placeholder

Until this page is written, you can view the old tutorial video here.

Sample Script

Here's a quick sample of a modern assignment script.

my_assignment:
    type: assignment
    actions:
        on assignment:
        - trigger name:click state:true
        on click:
        - chat "Hello <player.name>!"

This script can be assigned to your selected NPC via /ex assignment set my_assignment