[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  VBscript
. . -> [Subject]  Loop goes too fast

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

Loop goes too fast

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Posted by Doopsko   (2 posts)  [Biography] bio
Date Tue 19 Oct 2004 10:49 PM (UTC)  quote  ]
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.
[Go to top] top

Posted by Poromenos   Greece  (1,037 posts)  [Biography] bio
Date Reply #1 on Tue 19 Oct 2004 11:05 PM (UTC)  quote  ]
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!
[Go to top] 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.


1,839 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]