Author |
Message |
lovely_me |
|
Post subject: How do you make a passworded room.
Posted: Nov 21, 2004 - 07:56 PM
|
|
Joined: Nov 21, 2004
Posts: 4
Status: Offline
|
|
can someone tell me how to make a password on a room? like when u have a house on a pally and only you can go in it when u say the pass word?? ne one know plsss |
|
|
|
|
 |
maarten |
|
Post subject:
Posted: Nov 22, 2004 - 05:26 AM
|
|

Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
|
|
|
|
 |
lovely_me |
|
Post subject:
Posted: Nov 22, 2004 - 02:46 PM
|
|
Joined: Nov 21, 2004
Posts: 4
Status: Offline
|
|
i filled in the put ur password here stop but it still wont let me get in i say the pass but it just says it outload and it doesnt let me go in?? pls help???? |
|
|
|
|
 |
WhiteTigers |
|
Post subject:
Posted: Nov 26, 2004 - 03:45 PM
|
|
Joined: Jul 19, 2004
Posts: 36
Status: Offline
|
|
There may be a script error. Does it say Script error at the bottom of your script if it does then you'll need to redo it, or you may need to change the roomid number to the roomid number its supose to goto. |
|
|
|
|
 |
maarten |
|
Post subject:
Posted: Nov 27, 2004 - 04:49 AM
|
|

Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
|
|
Maybe you should keep it simple, here is the easiest password script:
Code: | ON OUTCHAT {
{ "" CHATSTR = 150 GOTOROOM } CHATSTR "PASSWORD" == IF
{ "" CHATSTR = 151 GOTOROOM } CHATSTR "PASSWORD2" == IF
{ "" CHATSTR = 152 GOTOROOM } CHATSTR "PASSWORD"3 == IF
{ "" CHATSTR = 153 GOTOROOM } CHATSTR "PASSWORD4" == IF
} |
Replace 150 / 151 / etc with the room ID of the room you want people to go to and replace PASSWORD / PASSWORD2 / etc. with the password you want to be used for those rooms. |
_________________ Its always the same people that are prejudice, i can recognise them immediately.
|
|
|
|
 |
|