Author |
Message |
Topic: I need some help getting a scrupt to work |
Habbs
Replies: 2
Views: 4549
|
Forum: zMUD General Discussion Posted: Thu Jan 14, 2010 8:54 pm Subject: I need some help getting a scrupt to work |
#Trigger {You tell your familiar to ~'who pk~`.} {
#va cnt 0
#T+ famcheck
}
I assume that @cnt is supposed to be in famcheck. If so, then you need to first enable the famcheck class and ... |
Topic: I need some help getting a scrupt to work |
Habbs
Replies: 2
Views: 4549
|
Forum: zMUD General Discussion Posted: Thu Jan 14, 2010 4:20 pm Subject: I need some help getting a scrupt to work |
Here is what I have so far from some others that say these entries work fine for them:
#alias whore {#loop 1,@targets {
fam where @tar%i
}
}
#Trigger {You tell your familiar to ~'who pk~`.} { ... |
Topic: Get item from container, give that item to someone. |
Habbs
Replies: 5
Views: 5090
|
Forum: zMUD General Discussion Posted: Mon Mar 10, 2008 10:50 pm Subject: Get item from container, give that item to someone. |
Ahh, yes, the whole line is is fine, but the problem is that I don't know what the item will be. The idea is everything int he container will be ok to grab for this, but I only want to give that item ... |
Topic: Get item from container, give that item to someone. |
Habbs
Replies: 5
Views: 5090
|
Forum: zMUD General Discussion Posted: Mon Mar 10, 2008 9:33 pm Subject: Get item from container, give that item to someone. |
No problem using multiple command all together, so the one line thing should work, I was as usual making it harder than I needed to. I'll test it when I get home form work, but out of curiosity, will ... |
Topic: Get item from container, give that item to someone. |
Habbs
Replies: 5
Views: 5090
|
Forum: zMUD General Discussion Posted: Mon Mar 10, 2008 8:47 pm Subject: Get item from container, give that item to someone. |
I am trying to figure out a script to get items out of a specific container, flag what that item was, and then issue follow up commands with that item included.
I'm going to have one variable that ... |
|