Hi Jbra— Thank you for the reply. I do think you are correct; however, I'm not sure where to look to find the variable name that is used before entering your initials for the new high score. After entering your initials, the machine variable for the high score would be score1_value for GRAND CHAMPION (in my case) or score2_value for HIGH SCORE 2 (and so on for each high score you're recording). The log section below is the only reference I can find that seems to trigger the high score slide, which does show a reference to the high score, which in this case is listed as Value: 12100, but I don't see a variable name I can use. I must be missing something. Would you (or anyone) have a thought about the variable name that could be referenced?
2025-06-21 21:19:19,889 : INFO : EventManager : Event: ======'mode_high_score_will_start'====== Args={'queue': <QueuedEvent>}
2025-06-21 21:19:19,889 : INFO : Timer.high_score_entry_timer : Starting Timer.
2025-06-21 21:19:19,890 : INFO : EventManager : Event: ======'timer_high_score_entry_timer_started'====== Args={'ticks': 60, 'ticks_remaining': 60}
2025-06-21 21:19:19,890 : INFO : EventManager : Event: ======'timer_high_score_entry_timer_tick'====== Args={'ticks': 60, 'ticks_remaining': 60}
2025-06-21 21:19:19,890 : INFO : EventManager : Event: ======'mode_high_score_starting'====== Args={'queue': <QueuedEvent>}
2025-06-21 21:19:19,891 : INFO : Mode.high_score : Started. Priority: 1500
2025-06-21 21:19:19,891 : INFO : EventManager : Event: ======'modes_active_modes_changed'====== Args={}
2025-06-21 21:19:19,891 : INFO : EventManager : Event: ======'mode_high_score_started'====== Args={'queue': <QueuedEvent>}
2025-06-21 21:19:19,903 : INFO : Mode.high_score : New high score. Player: <Player 1>, award_label: GRAND CHAMPION, Value: 12100
2025-06-21 21:19:19,903 : INFO : EventManager : Event: ======'high_score_enter_initials'====== Args={'award': 'GRAND CHAMPION', 'player_num': 1, 'value': 12100}
2025-06-21 21:19:19,942 : INFO : EventManager : Event: ======'slide_high_score_created'====== Args={'_from_bcp': True}
2025-06-21 21:19:19,983 : INFO : EventManager : Event: ======'slide_base_inactive'====== Args={'is_removing': True, '_from_bcp': True}
2025-06-21 21:19:19,983 : INFO : EventManager : Event: ======'slide_high_score_active'====== Args={'original_context': 'high_score', 'original_calling_context': 'mode_high_score_started', 'priority': 1500.0, 'queue': '<QueuedEvent>', 'cmd': 'slides_play', '_from_bcp': True}