Password a Room

Version: N/A
Author: N/A
Example: [ Click to View ]

Introduction

This script requires the user to say a specific password to enter a room. This is good for giving privacy to rooms that you only want certain people to have access to. The room that they enter upon saying the password should be hidden atleast, that way the only way members can enter the room is through this script.

Usage

If the user tries to click on the spot, it will display "Password required". Upon saying the word "password", it will then send you to room ID number 86.

Customization

General things that can be changed to fit what you need in this script are underlined. Holding your mouse over the underlined text will display a message stating what that text does in the script.

Spot

1
Password
Normal
Open
ON SELECT
{
   "Password required." LOCALMSG
}
ON OUTCHAT {
   {
      "" CHATSTR = 
      86 GOTOROOM
   } CHATSTR "password" == IF
}