Skip to content

Manage Trigger Priorities #765

Description

@AerunDev

As a game developer
I want to define the execution priority of my event triggers
so that PSDK can determine which trigger should execute first when multiple triggers are eligible.

Unlike RPG Maker XP where page order implicitly defined priority, Pokémon Studio makes trigger priority explicit and visible.

Acceptance Criteria

  • Each Trigger Command has a priority value.
  • Users can modify trigger order.
  • Priority 1 is the highest priority.
  • Priorities are displayed in ascending order.
  • Priority values are automatically recalculated when priorities change.
  • Priority gaps cannot exist.
  • Removing a trigger automatically reorders remaining priorities.
  • The number of priorities always matches the number of Trigger Commands.

Scope

Included

  • Automatic reordering
  • Validation rules

Out of Scope

Metadata

Metadata

Assignees

Labels

User storyIssues related to a new feature or request

Type

Projects

Status
In Review

Relationships

None yet

Development

No branches or pull requests

Issue actions