mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
early code to allow scripts to force npcs not to fly when moving to target
this is to allow walking on prims. it will be up to the script writer to be sure that there is a continuous path. currently implemented in osNpcMoveToTarget(), but none of this is final.
This commit is contained in:
@@ -935,7 +935,7 @@ namespace OpenSim.Framework
|
||||
event ScriptReset OnScriptReset;
|
||||
event GetScriptRunning OnGetScriptRunning;
|
||||
event SetScriptRunning OnSetScriptRunning;
|
||||
event Action<Vector3> OnAutoPilotGo;
|
||||
event Action<Vector3, bool> OnAutoPilotGo;
|
||||
|
||||
event TerrainUnacked OnUnackedTerrain;
|
||||
event ActivateGesture OnActivateGesture;
|
||||
|
||||
Reference in New Issue
Block a user