stringlist attribute type

duggold
10 Jun 2012, 16:49
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?

Alex
11 Jun 2012, 11:38
Think it might need to be type="list" - bit inconsistent I admit!