Author |
Message |
Topic: Automating Group Member Captures |
Kush
Replies: 6
Views: 13908
|
Forum: zMUD General Discussion Posted: Sat Jun 04, 2016 2:16 pm Subject: Automating Group Member Captures |
Thank you both for you replies, I ended up going with this;-
grouplist="%2"
#VAR grouplist %push( "%1", @grouplist)
#variable grouplist {%replace( %replace ... |
Topic: Automating Group Member Captures |
Kush
Replies: 6
Views: 13908
|
Forum: zMUD General Discussion Posted: Sat Jun 04, 2016 1:43 am Subject: Automating Group Member Captures |
Hi there guys so on previous advice I want to get abit fancy with the auto capture of my group member names.
I have had success in doing this with what I have learned by trial and error mostly.
Wha ... |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Wed Jun 01, 2016 5:34 pm Subject: Nested If's |
Amazing! Thank you very much for your time, it really is appreciated. all are working as they should!
Thanks again
Kush |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Wed Jun 01, 2016 5:08 pm Subject: Nested If's |
Seems it was the capitalisation of @grouperX variable that stopped this working, it was not matching the captured text. Thank you very much for making me recheck, I will put a notice in the #Prompt ' ... |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Wed Jun 01, 2016 4:37 pm Subject: Nested If's |
There are 6 levels of shield colour defined by a gauge button from min-level 0 to max-level 5 for each of the @grouperX variables
I have 12 different triggers to change to the different levels of ... |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Wed Jun 01, 2016 12:38 am Subject: Nested If's |
It is working perfectly for my previous trigger:-
Pattern: ^There is a sudden white flash around (%w)
Value :
#ECHO Works
#IF (%1=@grouper1) {#VAR group1strength 0} {#IF (%1=@grouper2) {#VAR gr ... |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Tue May 31, 2016 9:47 pm Subject: Nested If's |
Omg it was that simple! I cannot believe it, 7hrs+ smashing stuff around in the value box. Never thinking it might be my capture pattern...
Thank you so much for the quick reply! So very happy this i ... |
Topic: Nested If's |
Kush
Replies: 11
Views: 20771
|
Forum: zMUD General Discussion Posted: Tue May 31, 2016 9:36 pm Subject: Nested If's |
I am having some problems using #if multiple times in a trigger to set variables . I have managed to make this work with multiple triggers for each @grouperX. This is super messy and seems very backwa ... |
|