|
kdechau Newbie
Joined: 22 Aug 2019 Posts: 1
|
Posted: Thu Aug 22, 2019 4:02 pm
Returning Mudder Help Please |
Hi everyone, so I've taken about a 6 year break from mudding and I just forget most of what I used to know about making triggers. I've been trying to convert my Zmud to Cmud and I know you guys probably have had this a ton. But I honestly have no clue where to begin. If you guys could point me in the right direction on how to easily switch out certain symbols that don't work or how to fix my triggers I would be so appreciative. I'm sorry, I've tried looking everything up but my brain is just not computing.. Thank you so much
Triggers: http://m.uploadedit.com/bbtc/1566491868618.TXT |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4692 Location: Pensacola, FL, USA
|
Posted: Thu Aug 22, 2019 7:59 pm |
I don't see why any of those would not work, is there anything in specific that is not working for you?
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
hpoonis2010 Adept
Joined: 18 Jun 2019 Posts: 279
|
Posted: Thu Aug 22, 2019 9:13 pm |
Do the loop variables further down need to be within {}?
#ALIAS pray {#loop %2 {~pray %i~.%1}}
#ALIAS wiz {#loop %2 {c wiz eye %i.%1}}
#ALIAS wanted {#loop %2 {c f w %i.%1}}
EG.,
#ALIAS wanted {#LOOP %2 {c f w {i}.%1}} |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4692 Location: Pensacola, FL, USA
|
Posted: Fri Aug 23, 2019 7:26 pm |
No, no need.
Though if you are trying to force them to evaluate before they are passed, might I suggest:
%concat(%i, ".", %1) |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|