CS 199: SPST Games ~~~~~~~~~~~~~~~~~~ Assignment 13: ~~~~~~~~~~~~~ - Examples of all these tasks are available on "PSU CS199" - Help for Lists: http://lslwiki.net/lslwiki/wakka.php?wakka=list Task 1: ~~~~~~~ - Create an object that shows a counter with llSetText(). This counter should automatically increment every second, and reset when the object is touched. Task 2: ~~~~~~~ - Create an object that displays the months of the year with llSetText(). The display should advance the month every second. The month names should be stored in a list. The display should reset to january whenever the object is touched.