I am trying to create a stringlist attribute for my game object. I add the below code:
<ai_list type="stringlist">""</ai_list>
And the error I get is Unrecognised attribute type 'stringlist' in 'game.ai_list'
In the doc, it shows stringlist as a valid attribute type. What am I doing wrong?