From 1fb54b074c243bab1964b4a568d672e87d18655f Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 28 Apr 2008 01:48:21 +0000 Subject: * Added basic 3-5 level undo on prim position/rotation/scale. * In the future this should be a config option... and, hopefully this tides the builders over for a little while. --- OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Examples/SimpleModule') diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 9e57da5..59a2fd8 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs @@ -171,6 +171,7 @@ namespace OpenSim.Region.Examples.SimpleModule public event ScriptAnswer OnScriptAnswer; public event RequestPayPrice OnRequestPayPrice; + public event AgentSit OnUndo; #pragma warning restore 67 -- cgit v1.1