This repository was archived by the owner on May 18, 2024. It is now read-only.
This repository was archived by the owner on May 18, 2024. It is now read-only.
Ability to have a script run before/after certain events #359
Open
Description
Description
Incorporate ability to run a script at certain events. Suggested event lists:
- Start-Up of NHL-LED-Scoreboard
- Before/After Goal Animation
- Before/After Penalty Animation
- When exiting script (if there's a graceful exit mechanism)
Pseudocode Example:
if (GoalOccurs) then if (Goal-PreAnimation Exists) then execcommand = pregoalscriptname PlayGoalAnimationsandAlerts if (Goal-PostAnimation Exists) then execcommand = postgoalscriptname
This would allow custom activities to happen around events.