aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorBill Blight2018-12-10 21:52:36 -0800
committerUbitUmarov2018-12-11 17:32:50 +0000
commit0881840946019caddffd89311416606e19c3cf3b (patch)
treed8f08ddf977b307c0b2cb1ed273cd2950b7055bb /bin
parentmantis 8420: ubOde awake up lazy body (diff)
downloadopensim-SC-0881840946019caddffd89311416606e19c3cf3b.zip
opensim-SC-0881840946019caddffd89311416606e19c3cf3b.tar.gz
opensim-SC-0881840946019caddffd89311416606e19c3cf3b.tar.bz2
opensim-SC-0881840946019caddffd89311416606e19c3cf3b.tar.xz
Add osNpcSayTo(key npc, key target, integer channel, string message)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/osslEnable.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index 05eb16f..0d2461a 100644
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -171,6 +171,7 @@
171 Allow_osNpcRemove = ${OSSL|osslNPC} 171 Allow_osNpcRemove = ${OSSL|osslNPC}
172 Allow_osNpcSaveAppearance = ${OSSL|osslNPC} 172 Allow_osNpcSaveAppearance = ${OSSL|osslNPC}
173 Allow_osNpcSay = ${OSSL|osslNPC} 173 Allow_osNpcSay = ${OSSL|osslNPC}
174 Allow_osNpcSayTo = ${OSSL|osslNPC}
174 Allow_osNpcSetRot = ${OSSL|osslNPC} 175 Allow_osNpcSetRot = ${OSSL|osslNPC}
175 Allow_osNpcShout = ${OSSL|osslNPC} 176 Allow_osNpcShout = ${OSSL|osslNPC}
176 Allow_osNpcSit = ${OSSL|osslNPC} 177 Allow_osNpcSit = ${OSSL|osslNPC}