aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt
blob: 531ff13b5914e9e315c47b175f281d9171de7d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21



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)