Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ General ➜ Trigger to disable another trigger

Trigger to disable another trigger

It is now over 60 days since the last post. This thread is closed.     Refresh page


Pages: 1  2 

Posted by David   USA  (49 posts)  Bio
Date Reply #15 on Sun 15 Apr 2001 03:36 AM (UTC)
Message
Oh yeah as an after thought, I re-read your post. and it occured to me, if someone "fakes" meaning attacking once, then attacking again I will need to have the timer reset again so that before my command goes through it will start the timer over again... Also perhaps i should switch to forums now that we are talking about timers. and no longer about trigges. considering I found the answer i was looking for

My code(with a LOT of Nicks help) to fame:

sub OnAutoCombo (TriggerName, TriggerLine, arrWildCards)
dim AutoCombo
AutoCombo = split (arrWildCards (1))
Dim i, attack
for i=lbound (AutoCombo ) to ubound (AutoCombo )
Select Case AutoCombo (i)
case "rp" attack = "punch right"
case "lp" attack = "punch left"
case "s" attack = "sweep"
case "r" attack = "roundhouse"
case else attack = "" ' unknown attack type
End Select
if i = ubound (AutoCombo ) then
world.send "throw " + world.getvariable ("attacker") + " down"
else
world.send attack + " " + world.GetVariable ("attacker")
end if
next
end sub
Top

Posted by Nick Gammon   Australia  (23,158 posts)  Bio   Forum Administrator
Date Reply #16 on Sun 15 Apr 2001 04:38 AM (UTC)
Message
Can you please post the script in question (here), and also list the details from your trigger, eg.

Trigger match:
Trigger label:
Trigger script:

Also, if you manually created a timer, the timer label, and the script name that the timer calls (plus the script itself).

Thanks.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


53,738 views.

This is page 2, subject is 2 pages long:  [Previous page]  1  2 

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.