|
Dyron Apprentice
Joined: 08 Apr 2004 Posts: 103 Location: USA
|
Posted: Mon Sep 15, 2008 6:38 pm
Double line triggers |
I am trying to make a trigger off both these events.. I want it to recognize that nothing is done between the blood boil and the prompt on both. If nothing is found evident between the two lines
I want it to make purify = 0.
Example 1:
Your blood boils and you let out a mighty roar of defiance.
H:100% M:100% E:99% W:99% B:92% XP:24% [c -b]
Example 2:
Your blood boils and you let out a mighty roar of defiance.
H:100% M:100% E:99% W:99% B:92% XP:24% [c -b]
Just in case you need it, this is an example of when the skill works correctly.
Working Example:
Example 3
Your blood boils and you let out a mighty roar of defiance.
You heal your stupidity.
You heal your indifference.
H:100% M:100% E:99% W:99% B:92% XP:24% [c -b] |
|
|
|
Dyron Apprentice
Joined: 08 Apr 2004 Posts: 103 Location: USA
|
Posted: Mon Sep 15, 2008 7:19 pm |
Not really for this post, but figure it's an easy answer to you genius's out there...
How do I clear a variable with a string list? |
|
|
|
Theragil Apprentice
Joined: 13 Feb 2004 Posts: 157 Location: USA
|
Posted: Tue Sep 16, 2008 2:54 pm |
#tr {^Your blood boils and you let out a mighty roar of defiance.$H:%d~%} {purify = 0} {prompt}
lStringListVariable = "" |
|
|
|
|
|