Re: [Opensim-users] the new function OsGetNpcList() fail

2017-10-07 Thread Chris
There is a mismatch of the casing in the function name between what's displayed on the wiki and what OpenSim is expecting. Try replacing  OsGetNpcList() with osGetNPCList() in the script and it should work. On 10/7/2017 11:49 AM, Luisillo Contepomi wrote: In the wiki have this script

[Opensim-users] the new function OsGetNpcList() fail

2017-10-07 Thread Luisillo Contepomi
In the wiki have this script http://opensimulator.org/wiki/OsGetNpcList: // // Example of OsGetNpcList. // default { touch_start(integer total_number) { list npcs = OsGetNpcList(); if (npcs == []) llSay(0, "You must be the owner. There is nobody else here who