25 Sep 10, 08:08PM
(This post was last modified: 25 Sep 10, 08:10PM by Ronald_Reagan.)
Tis a read only that could help by saying "Your ping is too high" if your ping hits a number.
Be something like;
This is assuming that "while" didn't bomb your client.
Be something like;
[SELECT ALL] Code:
while [(ping) < 400] []
[
echo "Check your ping!"
]
This is assuming that "while" didn't bomb your client.