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
➜ VBscript
➜ Loop goes too fast
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Doopsko
(2 posts) Bio
|
Date
| Tue 19 Oct 2004 10:49 PM (UTC) |
Message
| Hi there again!
I have a problem with loop that is going too fast. Firstly i'll give my example:
Dim position
position = world.GetVariable ("position")
While position > 1 or position < n
Select Case Position
Case 1
world.DoAfter 1, "s"
Case 2
world.DoAfter 1, "se"
Case 3
.
.
.
Case n
world.DoAfter 1, "e"
Case Else
world.note "Blah blah"
End Select
Wend
It works, but loop goes so fast that it hangs Mushclient. I've no idea what to do to run it... hmmm slower... Or better - sequentially. I mean action-reaction (I hope you understand :). It would be great if variable were checked once per loop, not still. But how to do it - that's my question.
I will be grateful for any help.
| Top |
|
Posted by
| Poromenos
Greece (1,037 posts) Bio
|
Date
| Reply #1 on Tue 19 Oct 2004 11:05 PM (UTC) |
Message
| It's not going to fast, it's just that the variable is never going to change while you are looping. You could use a trigger to see when the variable changes. |
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | 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.
11,054 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top