I'm trying to make a list, and… well, it isn't working too well.
I pulled the syntax straight from the documentation, but it still won't work for some reason:
list TestList
li One
li Two
li Three
showlist
label One
"1″
label Two
"2″
label Three
"3″
#End of code, start of post
For some reason, when picking "One", it jumps to label One as it should, and then on to Two, then Three. I'm completely lost as to why. Can someone help?