aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/NPC_menu.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'NPC_menu.lsl')
-rw-r--r--NPC_menu.lsl18
1 files changed, 9 insertions, 9 deletions
diff --git a/NPC_menu.lsl b/NPC_menu.lsl
index 0b67c55..a7ccd15 100644
--- a/NPC_menu.lsl
+++ b/NPC_menu.lsl
@@ -11,24 +11,24 @@
11// furnished to do so, subject to the following conditions: 11// furnished to do so, subject to the following conditions:
12// 12//
13// The above copyright notice and this permission notice shall be included in 13// The above copyright notice and this permission notice shall be included in
14// all copies of the Software and its Copyright notices. In addition publicly 14// all copies of the Software and its Copyright notices. In addition publicly
15// documented acknowledgment must be given that this software has been used if no 15// documented acknowledgment must be given that this software has been used if no
16// source code of this software is made available publicly. This includes 16// source code of this software is made available publicly. This includes
17// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing 17// acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
18// documents or any documentation provided with any product containing this 18// documents or any documentation provided with any product containing this
19// software. This License does not apply to any software that links to the 19// software. This License does not apply to any software that links to the
20// libraries provided by this software (statically or dynamically), but only to 20// libraries provided by this software (statically or dynamically), but only to
21// the software provided. 21// the software provided.
22// 22//
23// Please see the COPYING-PLAIN for a plain-english explanation of this notice 23// Please see the COPYING-PLAIN for a plain-english explanation of this notice
24// and it's intent. 24// and it's intent.
25// 25//
26// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26// The software is provided "as is", without warranty of any kind, express or
27// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27// implied, including but not limited to the warranties of merchantability,
28// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 28// fitness for a particular purpose and noninfringement. In no event shall
29// THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 29// the authors be liable for any claim, damages or other liability, whether
30// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30// in an action of contract, tort or otherwise, arising from, out of or in
31// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31// connection with the software or the use or other dealings in the software.
32 32
33list chatters = []; // npc key, relay channel. 33list chatters = []; // npc key, relay channel.
34integer CHAT_KEY = 0; 34integer CHAT_KEY = 0;