Just scale the model's mapping in the Skin Editor to go beyond the image's boundaries. It'll automatically tile the whole image.

If you want tiled parts of an image, I can't help u there.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}