View previous topic :: View next topic |
Author |
Message |
loom
Joined: 25 Jul 2006 Posts: 5
|
Posted: Tue Jul 25, 2006 6:09 pm Post subject: What is wrong with this simple login script? |
|
|
I can't understand what's going on really with following script.
#session mymud 127.0.0.1 3000;loom;loompass
#tick {idle} {#cr} {300}
#action {Do you want to throw the other copy out?} {y}
I get this error message
#ERROR: #READ {mymud.tin} - MISSING 1 '{' ON OR BEFORE LINE 5.
Where am I supposed to put { ?
Thanks. |
|
Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3842
|
Posted: Tue Jul 25, 2006 7:03 pm Post subject: |
|
|
Odd, I placed that script into a file and used #read without problems.
Regardless, make sure every { is matched by a } even when using #nop. |
|
Back to top |
|
 |
louipc
Joined: 16 Jul 2006 Posts: 65
|
Posted: Sat Jul 29, 2006 2:04 pm Post subject: |
|
|
Hmm. It works for me. At first I thought it might be a misuse of #session
Syntax: #session {name} {address port} |
|
Back to top |
|
 |
loom
Joined: 25 Jul 2006 Posts: 5
|
Posted: Mon Feb 19, 2007 8:16 pm Post subject: |
|
|
After almost 8 months, I tried this again and surprise... It works like a charm. Something is wrong but I have no idea what. |
|
Back to top |
|
 |
|