|
ToyBear Beginner
Joined: 04 Sep 2003 Posts: 25 Location: Singapore
|
Posted: Tue Sep 16, 2003 11:20 am
Trigger |
#IF %1>194 {
#wait 2000
cast ~"cause light~" self
} {
#wait 2000
cast ~"cure light~" self
}
It keeps stacking, can i make zmud to pause before scaning the next lines? thanks |
|
|
|
boo_zmud Newbie
Joined: 05 Sep 2003 Posts: 5 Location: United Kingdom
|
Posted: Tue Sep 16, 2003 11:30 am |
^ ^ ^ ^ ^ ^
Innovative and constructive way to train two spells.
Nice, but bad. ;| |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Sep 16, 2003 5:40 pm |
For command-line entry. Not for editor.
#ALA prac1 *4 {#IF (@hp > 194) {cast ~"cause light~" self};#ALA +2 {cast ~"cure light~" self}} |
|
|
|
|
|