|
MissApathy Beginner
Joined: 26 May 2020 Posts: 10
|
Posted: Tue May 26, 2020 10:01 pm
Suggestions for a Low Mana Announce |
Hi guys,
So I finally have my prompts behaving themselves, and now I am basically looking for ideas to handle things like a low mana announce.
Obviously if I just did something like IF cma>200 or something, it would trigger every line... when what I really want is a kind of one off hey team I need a minute.
How have other people done this before?
Cheers in advance,
Miss Apathy |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Tue May 26, 2020 11:28 pm |
Sure you can do that.
#IF (@cma>200) {#RAISE onLowCMA}
Code: |
#EVENT onLowCMA {
do something
#T- onLowCMA
#ALARM "reCMA" +1:00 {#T+ onLowCMA}
} |
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
MissApathy Beginner
Joined: 26 May 2020 Posts: 10
|
Posted: Tue Jun 09, 2020 5:20 am |
Oooooo I like it thank you!
|
|
|
|
|
|