MACROS

background
  • settings Macro Commands

    The basic command is either /macro or /m.
    You have 9 slots to store your macro, identified by 1 to 9.

  • add_circle Create a New Macro

    /macro new X roll: to assign the desired 'roll'' to the macro slot identified by 'X'

    You:
    /macro new 3 2d20
    Dadinci:
    Macro 3 has been recorded ok.
    You:
    /m new 6 F #Fate roll
    Dadinci:
    Macro 6 has been recorded ok.

  • play_arrow Use a Macro

    /macro X: to roll the macro saved in slot X.

    You:
    /macro 3
    Dadinci:
    27 [18/9]
    You:
    /macro 6
    Dadinci:
    -1 [ ][-][+][-]

  • format_list_bulleted List Your Macros

    /macro list: to see all the macros you have created so far.

    You:
    /m list
    Dadinci:
    1: deal:5
    2: 1d20>16?3d6
    3: 2d20
    4: s:AAPCCD
    5: 5K3
    6: F
    7: +DH
    8: PBTA+2
    9: m8b

  • delete Delete a Macro

    /macro del X: to remove the macro stored in slot X.

    You:
    /m del 9
    Dadinci:
    Macro 9 has been deleted.