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 could have touched me.");
        else
            llSay(0, "NPC'sin this sim (without avatars): " + llList2CSV(npcs));
    }
}

-----------------------------------------------------------

When I try to use.. the compiling error is
Error CS0103: The name 'OsGetNpcList' does not exist in the current context

I think is not implemented in OpenSim 0.9.0.0 Release           (Win/.NET)
Please confirm this issue for inform in mantis or not.
Thank you and regards,
Luisillo
_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to