From e0861903ae9d38bb7ef748479b85e167da6e61f6 Mon Sep 17 00:00:00 2001 From: hintswen Date: Tue, 2 Oct 2018 22:13:23 +1000 Subject: [PATCH] Fixed spacing on comment, added description --- SignChanger/SignChanger/Object/Script.lsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); //} }