diff --git a/BUILDING.md b/BUILDING.md index 1fda6b8cfb..ac372e559a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -20,7 +20,7 @@ From the distribution type: * type msbuild or xbuild * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include - * review and change those ini files acording to your needes + * review and change those ini files according to your needs * windows: execute opensim.exe or opensim32.exe for small regions * linux: run ./opensim.sh !* msbuild (xbuild) option switches diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index e74817be73..165816373c 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -277,6 +277,16 @@ ; Allow_osSetPenSize = true ; Allow_osSetSoundRadius = true ; Allow_osStopSound = true +; Allow_osStringSubString = true +; Allow_osStringSubString = true +; Allow_osStringStartsWith = true +; Allow_osStringEndsWith = true +; Allow_osStringIndexOf = true +; Allow_osStringIndexOf = true +; Allow_osStringLastIndexOf = true +; Allow_osStringLastIndexOf = true +; Allow_osStringRemove = true +; Allow_osStringReplace = true ; Allow_osTriggerSound = true ; Allow_osTriggerSoundLimited = true ; Allow_osVecDistSquare = true