diff --git a/SignChanger/SignChanger/Object/Script.lsl b/SignChanger/SignChanger/Object/Script.lsl index 97f79f6c..35833b1f 100644 --- a/SignChanger/SignChanger/Object/Script.lsl +++ b/SignChanger/SignChanger/Object/Script.lsl @@ -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); //} }