This commit is contained in:
Fred Beckhusen
2019-02-27 14:27:29 -06:00

View File

@@ -12,6 +12,7 @@
// :DESCRIPTION:
// Timer-based Sign
// :CODE:
// This script will chance the texture on a sign every 5 seconds. The time can be changed by changing "llSetTimerEvent(5);" to the time you want.
integer count ;
integer current = 0;
@@ -47,9 +48,9 @@ default
}
// if necessary, uncomment this, then touch a face to get the number for use with SetLinkTexture
// touch_start(integer n) {
//touch_start(integer n) {
// integer face = llDetectedTouchFace(0);
// llSay(0,(string) face);
// llSay(0,(string) face);
//}
}