Files
opensim/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt

22 lines
487 B
Plaintext

EventManager.cs
---------------
* Hook up to the worlds touch-event:
myScriptEngine.World.touch_start += new TempWorldInterfaceEventDelegates.touch_start(touch_start);
* Modify:
public void touch_start(string ObjectID)
to correct parameters to match the event
* Make hooks to add/remove script using ScriptManager.cs
LSL_BuiltIn_Commands_TestImplementation.cs
------------------------------------------
* Change llSay to do something useful (send message)