diff options
author | Justin Clark-Casey (justincc) | 2012-01-12 19:37:30 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-12 19:37:30 +0000 |
commit | c4972e773465172d33d72f94d3f5e37cec1b8831 (patch) | |
tree | 876d187c646b2fc8290f6222719fd83dc2c6589a /OpenSim/Data/MSSQL | |
parent | Allow all NPCs to show up on sensors as all osNpc* script methods now check f... (diff) | |
download | opensim-SC_OLD-c4972e773465172d33d72f94d3f5e37cec1b8831.zip opensim-SC_OLD-c4972e773465172d33d72f94d3f5e37cec1b8831.tar.gz opensim-SC_OLD-c4972e773465172d33d72f94d3f5e37cec1b8831.tar.bz2 opensim-SC_OLD-c4972e773465172d33d72f94d3f5e37cec1b8831.tar.xz |
Add osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, int options) variant.
This will be documented soon. Options can currently be
OS_NPC_CREATE_OWNED - creates a 'creator owned' avatar that will only respond to osNpc* functions made by scripts owned by the npc creator
OS_NPC_NOT_OWNED - creates an avatar which will respond to any osNpc* functions that a caller has permission to make (through the usual OSSL permission mechanisms).
options is being added to provide better scope for future extensibility without having to add more functions
The original non-options osNpcCreate() function will continue to exist.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions