1
Axe / Axe Parser List issues
« on: July 01, 2014, 01:04:48 pm »I'm making an RPG like game game and I was thinking I could store the character stats as a list. I know I cannot use L1-L6 so I was just planning on making a custom list.
The problem is that axe says there is a token issue when compiling the code. I know I could use lists in basic but did axe change the way lists work?
In the code I had
{1,2,3}->LTEST
(that is the list L not a capital L)