railduffer wrote:I am wondering what the last two or three icons on the top of the timetable view are for.
The red flag is for adding a waypoint to the timetable.
It is similar to a "go via" instruction, except it doesn't show up during gameplay. So it is an invisible "go via".
This helps you force the dispatcher into selecting a particular track for the player train, without cluttering up the task list.
The script icon is for opening the script editor. It lets you edit and compile your scenario lua script, if you need one.
The strings icon generates unique GUIDs for scripted events and html messages. For example, your script could have this command for showing an html message:
SysCall ( "ScenarioManager:ShowInfoMessageExt", "495d441f-631b-4a27-a99d-578af014e436", "TPC-01.html", 20, MSG_LEFT + MSG_TOP, MSG_REG, FALSE );
You would get the GUID "495d441f-631b-4a27-a99d-578af014e436" using the Strings icon and clicking on "Add string". Then you would type "TPC-01.html" next to it. You would then copy/paste the GUID in your script.
railduffer wrote: Also, there is a new pullout on the bottom right of the timetable.
I don't see that.