๐Is Game A Timed Trial

๐ Description
Checks if the user is playing the game via a timed trial and, if so, provides the total time allowed and the time already played.
Name
Description
On Success
Executes if the timed trial information was successfully retrieved.
On Fail
Executes if the connection to the Steam API fails.
Is Timed Trial
Outputs true if the user is currently on a timed trial.
Seconds Allowed
The total duration of the trial in seconds.
Seconds Played
The amount of time in seconds the user has already played the trial.
Last updated