OpenSimMirror/OpenSim/Region/ScriptEngine/Shared/Api/Interface
Justin Clark-Casey (justincc) 1c66e08964 Implement osNpcSit(). This is still in development so don't trust it
Format is osNpcSit(<npc-uuid>, <target-uuid>, OS_NPC_SIT_IMMEDIATE)
e.g. osNpcSit(npc, llGetKey(), OS_NPC_SIT_IMMEDIATE);
At the moment, sit only succeeds if the part has a sit target set.
NPC immediately sits on the target even if miles away - they do not walk up to it.
This method is in development - it may change so please don't trust it yet.
Standing will follow shortly since that's kind of important once you're sitting :)
2011-10-28 21:46:36 +01:00
..
ILSL_Api.cs llAvatarOnLinkSitTarget Implementation 2011-10-11 00:02:12 +01:00
ILS_Api.cs Add lsClearWindlightScene() to the lightshare module to remove WL settings 2010-11-03 02:31:43 +00:00
IMOD_Api.cs Add modSendCommand function (note, this is a new API module, using the API 2009-11-10 01:22:14 +00:00
IOSSL_Api.cs Implement osNpcSit(). This is still in development so don't trust it 2011-10-28 21:46:36 +01:00