From 83050b69f72ecfdd543c26b4eed32c1537815d08 Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 29 Jul 2021 15:21:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chris.MultiNPC.lsl b/Chris.MultiNPC.lsl index a5e0c22..59ec760 100644 --- a/Chris.MultiNPC.lsl +++ b/Chris.MultiNPC.lsl @@ -182,7 +182,7 @@ integer script_fly(integer slot, key npc, list command) list objects = osGetSearchableObjectList(llList2String(command, 1)); if(llGetListLength(objects) == 0) { - llSay(0, "Cant find the walk target '" + llList2String(command, 1) + "'."); + llSay(0, "Cant find the fly target '" + llList2String(command, 1) + "'."); return FALSE; }