Changes between Version 7 and Version 8 of ScriptBuilder_QuickStart


Ignore:
Timestamp:
02/02/2021 10:55:47 AM (5 years ago)
Author:
sdanthin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilder_QuickStart

    v7 v8  
    22 
    33Welcome to the quickstart guide for the Script Builder r143. This page should give you an overview of the fundamental workings of the program. 
     4 
     5== Table of Contents == 
     6 
     7Download and Start 
     8Script Builder Window 
     9Loading Another XML File 
     10Starting a New File 
     11Adding a Prefabricated Incident 
     12Adding a Custom Incident 
    413 
    514== Download and Start == 
     
    5160[[Image(wiki:ScriptBuilder_QuickStart:PALETTE_INC_TABLE.png, 700px)]] 
    5261 
     62Then, when the load incident window is exited, you should see the three incidents populated in the main !ScriptBuilder window. Take this time to save your example script, by either using the shortcut Ctrl-s or by navigating to Scenarios->Save. 
    5363 
     64=== Adding Custom Incident === 
     65 
     66To add a custom incident to the Scenario, navigate to Incidents->New Incident.  
     67An Incident Properties window should appear as below: 
     68[[Image(wiki:ScriptBuilder_QuickStart:INCIDENT_PROPERTIES.png,250px)]] 
     69 
     70Within this window, add an incident name, location, type, color, and description. The incident length will begin at 0 minutes, but will increase as events are added into the incident. If you would like to move the incident to begin at a different time, enter the time in minutes in the "Incident Start Time in Minutes" box. 
     71Upon clicking "OK", the Incident Editor window should appear. Here, you can see that the start time of the incident was changed to 10 minutes, and the information added in the Incident Properties window is populated in the Incident Information box. 
     72 
     73[[Image(wiki:ScriptBuilder_QuickStart:INCIDENT_EDITOR_EMPTY.png, 600px)]] 
     74 
     75Next, in order to have the Incident actually contain time and events, events, such as the Tow, Unit, and Evaluation events need to be added to the timeline. The first event added will always be at the beginning of the incident. To add your first event, select one of the events from the array of buttons (in this case we will be selecting Witness event). The event-specific event editor window should appear like this: 
     76 
     77[[Image(wiki:ScriptBuilder_QuickStart:WITNESS_EVENT_EDITOR.png, 600px)]] 
     78 
     79After filling in the event and clicking "Save and Close", it should be added to minute 0 of the Incident. 
     80 
     81After adding a few more incident types to the timeline, it should look something like this: 
     82 
     83[[Image(wiki:ScriptBuilder_QuickStart:INCIDENT_EDITOR_ITEMS.png, 600px)]] 
     84 
     85Then, when finished adding all of the events, the Scenario Overview window should re-populate with black triangles representing each of the events added in the Incident.