I need to get this to work...any suggestions?
PHP Code:
// Acronym Checker by Jeff
// Say something, it gives you the first letter of each word
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head788.png;
setcharprop #C0,orange;
setcharprop #C1,black;
setcharprop #C2,darkpurple;
setcharprop #C3,black;
setcharprop #C4,darkpurple;
setcharprop #2,zero-shield.png;
shieldpower = 1;
dir = 2;
setcharprop #n,Acronym Checker;
setcharprop #8,body11.png;
}
if(playerchats){
tokenize #c;
for(i=-1;i<20;i++){
setstring string#v(i),#t(#v(i));
tokenize2 abcdefghijklmnopqrstuvwxyz,string#v(i);
setcharprop #c,#t(0);
setcharprop #c,#t(1);
setcharprop #c,#t(2);
setcharprop #c,#t(3);
setcharprop #c,#t(4);
setcharprop #c,#t(5);
setcharprop #c,#t(6);
setcharprop #c,#t(7);
setcharprop #c,#t(8);
setcharprop #c,#t(9);
setcharprop #c,#t(10);
setcharprop #c,#t(11);
setcharprop #c,#t(12);
setcharprop #c,#t(13);
setcharprop #c,#t(14);
setcharprop #c,#t(15);
setcharprop #c,#t(16);
setcharprop #c,#t(17);
setcharprop #c,#t(18);
setcharprop #c,#t(19);
}
}