There is a "World" object available (scene).
Example of implementation:
public void llSay(Int channelID, string text)
{
World.Something.Somewhere.SendMessageToEveryoneAround(channelID, text);
}
Tedd Maa is the cyberego of Tedd Hansen living in Second Life. Involved in OpenSim project.
public void llSay(Int channelID, string text)
{
World.Something.Somewhere.SendMessageToEveryoneAround(channelID, text);
}
No comments:
Post a Comment