tkjn / GameTable

Online Game Table. The aims will be partially driven by the desire to use this software for gameplay similar to Warhammer Quest.
0 stars 1 forks source link

Rolling dice macro with chat command uses chat case #46

Closed tkjn closed 7 years ago

tkjn commented 7 years ago

If you create dice macro named "DOOM", you can roll this using the following chat commands.

/roll DOOM
/roll doom
/roll dooM

However, the macro is not triggered consistently as the chat will display the case used in the chat command rather than the macros name

Anonymous rolls DOOM: (d6) : [1] = 1 
Anonymous rolls doom: (d6) : [5] = 5 
Anonymous rolls dooM: (d6) : [2] = 2

Really, I think the macro name should be displayed as it was created, regardless of the case in the chat command.

@dezzak agree?

dezzak commented 7 years ago

I didn't know you could do /roll doom but I agree it should be as configured on the dice macro panel

On 31 May 2017 21:56, "TKJN" notifications@github.com wrote:

If you create dice macro named "DOOM", you can roll this using the following chat commands.

/roll DOOM /roll doom /roll dooM

However, the macro is not triggered consistently as the chat will display the case used in the chat command rather than the macros name

Anonymous rolls DOOM: (d6) : [1] = 1 Anonymous rolls doom: (d6) : [5] = 5 Anonymous rolls dooM: (d6) : [2] = 2

Really, I think the macro name should be displayed as it was created, regardless of the case in the chat command.

@dezzak https://github.com/dezzak agree?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tkjn/GameTable/issues/46, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLSLLFw_0opY8wY7Yi_FCKoVMmGoa27ks5r_dP1gaJpZM4NsLod .