* Patch #1026 - llDialog support -- Thanks Melanie!

This commit is contained in:
Adam Frisby
2008-04-23 12:21:54 +00:00
parent 73d765901e
commit 3370d581e1
4 changed files with 92 additions and 10 deletions

View File

@@ -166,6 +166,8 @@ namespace OpenSim.Region.Examples.SimpleModule
public event ObjectIncludeInSearch OnObjectIncludeInSearch;
public event UUIDNameRequest OnTeleportHomeRequest;
public event ScriptAnswer OnScriptAnswer;
#pragma warning restore 67
@@ -593,5 +595,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SetClientInfo(ClientInfo info)
{
}
public void SendScriptQuestion(LLUUID objectID, string taskName, string ownerName, LLUUID itemID, int question)
{
}
}
}