lets say this.word2 = hello
Your script will set the string accordingly
this.word2 = h
this.word2 = e
this.word2 = l
this.word2 = l
this.word2 = o
if you want it as a list you will have to use addstring
example
NPC Code:
for(i = 0; i < strlen(#s(this.word2)); i ++)
addstring this.word2,#e(i,1,#s(this.word2));