Mantis#2197. Thank you kindly, Tyre, for a patch that:

adds the new function osTeleportAgent().
This commit is contained in:
Charles Krinke
2008-09-15 14:32:02 +00:00
parent ab30c6dc62
commit 5164fa2411
8 changed files with 114 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.ScriptEngine.Common
private float m_distanceFactor = 1.0f;
private void ScriptSleep(int delay)
protected void ScriptSleep(int delay)
{
delay = (int)((float)delay * m_delayFactor);
if (delay == 0)