someone can help me

Posted by Jjaacckk on Tue 05 Jul 2005 06:47 AM — 2 posts, 13,542 views.

#0
hello....
i need a trigger that do this....
when apear the message

* Frieza's Henchman begins a low sweep motion...

send to world after 2 seconds
par low Frieza's Henchman

but if apears other message in the time

* Frieza's Henchman begins a low sweep motion...

cancels the first triger and make a new timer for message and the timer for the first message is canceled and dont send to world par low Frieza's Henchman 2 times

there r some method to do this?
sorry for my poor english
thnx for all
USA #1
Isn't this the third time you've asked basicallly the same thing? Couldn't you just bump the old one?
And, you really need to make your titles more descriptive, "I need help" doesn't help us six months down the road when we're looking for this thread to show to someone else with the same problem.

I'll copy from my last reply:
<triggers>
  <trigger
   enabled="y"
   ignore_case="y"
   keep_evaluating="y"
   match="* begins a low sweep motion..."
   send_to="12"
   sequence="100"
  >
  <send>Addtimer &quot;DeflectTimer&quot;, 0, 0, 2, &quot;par low %1&quot;, 17415, &quot;&quot;</send>
  </trigger>
</triggers>