From 0fe04fa4fada371e0eb3368f5c7d1a8c477be263 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 30 Jan 2021 05:38:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EChris.MultiNPC.lsl=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chris.MultiNPC.lsl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Chris.MultiNPC.lsl b/Chris.MultiNPC.lsl index 82de057..9bb1329 100644 --- a/Chris.MultiNPC.lsl +++ b/Chris.MultiNPC.lsl @@ -36,9 +36,8 @@ state running timer() { - llSetTimerEvent(0); - doNextScriptStep(); llSetTimerEvent(1); + doNextScriptStep(); } changed(integer change)