Script: q_rid_a2

// The Riddle Game (roadmap: riddle-game)
// ActionTaken on displayed answer option 2: record the pick. On the
// seventh answer QRID_Answer finalizes the game (stamp/journal/payout).
#include "q_rid_inc"

void main()
{
    QRID_Answer(GetPCSpeaker(), 2);
}