Adds a properly aligned Paid Trains column that will help Directors track how many paid trains their employees have left.
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/558987/1763070/Company%20Training%20Companion.js
Main features:
Displays a per-employee input field to track remaining paid trains.
Automatically decreases the value when a Train button is used.
Supports negative values to represent daily/free trains (e.g. -1 = one daily train, -2 = two daily trains).
Negative values are visual-only and are not decremented.
Persistence:
All values are stored locally using localStorage.
Data is saved per employee and persists across page reloads and sessions.
No data is sent to Torn or external services.
Behavior:
Works entirely client-side and does not interfere with Torn mechanics.
This script is intended as a tracking and management aid for Directors and does not automate gameplay actions.