„Chris.MultiNPC.lsl“ ändern

This commit is contained in:
Christopher 2021-07-29 15:21:31 +00:00
parent 08f7b85fe6
commit 83050b69f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}