The "OnDayStarted" event is executed as soon as a restocker change their status;
This also provides the following information:
Input:
- RestockerID - INTEGER64 - gives a unique number that identifies the employee; this identifier never changes (if the game restart the employee keep his ID)
- Status - ENUM- provides the employee's status (use an equals sign or a switch statement to view and compare the status).
- ItemID- NAME- gives the item that the restocker will fill on a shelf or the item that is in the pallet that will be retrieved.
- Variant - INTEGER- gives the variant item that the restocker will fill on a shelf or the item that is in the pallet that will be retrieved.