Author |
Message |
Topic: Random line trigger? |
Langly
Replies: 6
Views: 8376
|
Forum: zMUD General Discussion Posted: Sat Dec 08, 2001 11:05 pm Subject: Random line trigger? |
Yeah, now it works perfectly :)
thanks!
|
Topic: Random line trigger? |
Langly
Replies: 6
Views: 8376
|
Forum: zMUD General Discussion Posted: Sat Dec 08, 2001 12:28 pm Subject: Random line trigger? |
It still doesn't work. If I use #SEND, nothing happens, with #say it echoes the line correctly to the screen, but the %1 appears only as "1".
BTW, my zmud version is 5.55 if that makes any ... |
Topic: Random line trigger? |
Langly
Replies: 6
Views: 8376
|
Forum: zMUD General Discussion Posted: Sat Dec 08, 2001 12:08 am Subject: Random line trigger? |
Yes, that works too but it still doesn't solve my problem how to get the %1 of the trigger to be sent to MUD with the #READ line.
|
Topic: Random line trigger? |
Langly
Replies: 6
Views: 8376
|
Forum: zMUD General Discussion Posted: Fri Dec 07, 2001 9:31 pm Subject: Random line trigger? |
I have a text file from which I'd like to get a random line sent to the MUD with a variable as a postfix. I've tried to get this done with #READ, like this:
#FILE 1 foobar.txt
#READ 1 %random(325) ... |
|