Deurack Newbie
Joined: 24 Oct 2005 Posts: 3
|
Posted: Mon Oct 24, 2005 5:39 pm
Capturing Ranges of Numbers? |
Name: Matt Davenport
I am trying to make a trigger that will heal me if my hp drops to any
number between 1 and 79. I know how to make a trigger that will do it
for a specific number, and I could make one for every # between 1 and
79, but I know there must be a better way.
This is a cut and paste of my prompt: (9131/320/399/178). the first #
is my xp to next level, the second # is my current hp, the 3rd # is my
current endurance, and the last # is my current mana.
What I have figured out so far is that I can use
(&n %n/79/%n/%n) as my pattern, with 'c heal' as my value, and then
create one for every number between 1 and 79, but again, I know there
must be a better way.
Please help! :) |
|