[screen_name says:]
i emailed Stefan a while back about the string with, where you can manipulate them easier, but i have one more thing to say about that, he should add it so you could get a value out or a string array without using the tokenize command
EXAMPLE:
NPC Code:
from this:
if (playersays(whatever)) {
tokenize #s(stringname);
setplayerprop #c, #t(indexhere);
}
to this:
if (playersays(whatever)) {
setplayerprop #c, #s(stringname[indexhere]);
}
that was just a example, it may not seem much better, but with some scripting im doing, it will be alot easier
second idea, Stefan should add more things images
NPC Code:
image[index].width
image[index].height
image[index].layer
changeimglayer index,whateverlayer;