You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Long/Short Rest using macros you should be able to define whether the newDay option is false or true so that when you set dialog to false you would still be able to set the newDay property without making the dialog property true.
Originally in GitLab by @krista.viihde
When calling Long/Short Rest using macros you should be able to define whether the newDay option is false or true so that when you set dialog to false you would still be able to set the newDay property without making the dialog property true.
Example:
actor.longRest({ dialog: false, newDay: false });
The text was updated successfully, but these errors were encountered: