Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Simple llSetTexture Question

TheCreator McCoy
Junior Member
Join date: 3 May 2004
Posts: 5
07-25-2004 11:22
Hello, my skill at scripting is less than basic, so please bear with me :)

I have been trying to use the llSetTexture command. I used
"llSetTexture(string redfinallit, integer ALL_SIDES);"
and whenever I try to save, it tells me that string is a syntax error.. How do I fix this?
Pete Fats
Geek
Join date: 18 Apr 2003
Posts: 648
07-25-2004 12:06
Use this instead:

llSetTexture("redfinallit", ALL_SIDES);
TheCreator McCoy
Junior Member
Join date: 3 May 2004
Posts: 5
07-25-2004 12:23
It works! Thanks :)