Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
event print_trailer: myblurb
// 12345678901234567890123456789012
@trailer[1] = "Put a line of text here "
@trailer[2] = "another line "
@trailer[3] = "etc "
@trailer[4] = "etc "
@trailer[5] = " "
@trailer[6] = " "
@trailer[7] = " "
@trailer[8] = "done"
endevent
event print_trailer: myblurb
if @CHKNUM % 10 = 0
// 12345678901234567890123456789012
@trailer[1] = "Put a line of text here "
@trailer[2] = "another line "
@trailer[3] = "etc "
@trailer[4] = "etc "
@trailer[5] = " "
@trailer[6] = " "
@trailer[7] = " "
@trailer[8] = "done"
endif
endevent