Author |
Message |
Topic: Capturing text |
alaric_tynan
Replies: 1
Views: 3985
|
Forum: zMUD General Discussion Posted: Sun Sep 12, 2004 4:51 pm Subject: Capturing text |
Is there a command to capture a certain amount of text off the mud, starting off a trigger, that will copy the text, then because of the trigger, put it into the room notes? I know to use the %roomno ... |
Topic: Automapper help |
alaric_tynan
Replies: 4
Views: 7527
|
Forum: zMUD General Discussion Posted: Mon Sep 06, 2004 1:36 pm Subject: Automapper help |
Thank you all for your help, I really appreciate it. I will see if I can come up with what I wanted now. If not, I'll show you what I come up with and see if we can work it out. Thanks again.
So ... |
Topic: #IF command help |
alaric_tynan
Replies: 6
Views: 10827
|
Forum: zMUD General Discussion Posted: Sun Sep 05, 2004 8:13 pm Subject: #IF command help |
I got the syntax gone, but its not wanting to put the food back...it just says, put what in what? I'm gonna keep toying with it. |
Topic: #IF command help |
alaric_tynan
Replies: 6
Views: 10827
|
Forum: zMUD General Discussion Posted: Sun Sep 05, 2004 7:16 pm Subject: #IF command help |
Hmmm...its giving me a syntax error.... |
Topic: #IF command help |
alaric_tynan
Replies: 6
Views: 10827
|
Forum: zMUD General Discussion Posted: Sun Sep 05, 2004 5:31 pm Subject: #IF command help |
Actually, I missed that second #if you talked about. I was toying around with stuff, I was going to remove that. It wasn't part of the original code. AS for the first one, the code may or may not w ... |
Topic: Automapper help |
alaric_tynan
Replies: 4
Views: 7527
|
Forum: zMUD General Discussion Posted: Sun Sep 05, 2004 4:00 pm Subject: Automapper help |
Is it possible to get the MUD to automatically grab certain info off the screen and throw it into the properties of a room? Like if I walk into a room that is a store or that has a trainer, can it au ... |
Topic: #IF command help |
alaric_tynan
Replies: 6
Views: 10827
|
Forum: zMUD General Discussion Posted: Sun Sep 05, 2004 3:54 pm Subject: #IF command help |
I am trying to alter a code I have. This is the code:
tmp = %ismember( Food-Drink, @cnrContents)
#T+ SleepEat
#if (@tmp="") {#show %ansi( white)You have no ... |
Topic: Help with the #IF command |
alaric_tynan
Replies: 1
Views: 9139
|
Forum: Finished MUD Scripts Posted: Sun Sep 05, 2004 3:33 pm Subject: Help with the #IF command |
I am trying to alter a code I have. This is the code:
tmp = %ismember( Food-Drink, @cnrContents)
#T+ SleepEat
#if @tmp="" {#show %ansi( white)You have not have a F ... |
|