Skip to main content
Corvus Connection

RPG: Start (Go Live)

Rpg
Action
Portent preview
Pro
rpg.startTurns the Ashen Rookery on in one shot: seeds the starter pack if needed, starts a persistent season when none is active, enables the recurring join announcer, and posts the invite once. Idempotent and safe to re-run (a re-run just re-announces). A channel-level action; safely no-ops when the feature is not enabled.Starts the Ashen Rookery in one shot; binds ok / contentAdded / seasonName / announced.
Engagement

Inputs

Name
Kind
Type
Flags
in
Exec
exec
multiplexed
  • Name
    in
    Kind
    Exec
    Type
    exec
    Flags
    multiplexed

Outputs

Name
Kind
Type
Flags
out
Exec
exec
None
ok
Data
System.Boolean
multiplexed
contentAdded
Data
System.Int32
multiplexed
seasonName
Data
System.String
multiplexed
announced
Data
System.Boolean
multiplexed
  • Name
    out
    Kind
    Exec
    Type
    exec
    Flags
    None
  • Name
    ok
    Kind
    Data
    Type
    System.Boolean
    Flags
    multiplexed
  • Name
    contentAdded
    Kind
    Data
    Type
    System.Int32
    Flags
    multiplexed
  • Name
    seasonName
    Kind
    Data
    Type
    System.String
    Flags
    multiplexed
  • Name
    announced
    Kind
    Data
    Type
    System.Boolean
    Flags
    multiplexed

Lowers to C#

var activation = await ctx.Rpg.Admin.StartAsync();