Coding the Trail Script
Double click on the Script located inside the Trail to open it and begin coding. We will start on Line 1.
While True Do – The while—do loop evaluates if a condition is true or false. If true, the code between do and end executes and the true/false condition is reevaluated afterward.