Skip to content

Codeblock Tags

Amp63 edited this page Dec 17, 2025 · 1 revision

You can modify an action's tags by passing the tags argument to a codeblock function:

from dfpyre import *

player_event('Join', [
    player_action('SendMessage', Text('hello'), tags={'Alignment Mode': 'Centered'})
])

If you choose not to modify a specific tag, its default value will be used. Order does not matter when adding multiple tag entries.

Clone this wiki locally