Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
for (int i = 0; i < bots.Count; i++) { Thread.Sleep(250); bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 0, true); tpx += 9; }
After moving all of the bots about 2 seconds after moving they disappear - does anyone know why?
The Thread.Sleep does nothing to help.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Possible things:
1. Usuficient RAM
2. Bot it's out of world bound.
3. Something delete the bots.
Warning!
This user has been found guilty by The Committee of Truth of using honesty, and reminding people of the past, without permission and outside of the allotted timeframes.
I’ve been asked if I’m ChatGPT5.
The answer is no.
I hope this helps! Let me know if you have any other questions.
Everybody edits, but some edit more than others
Online
I got the potato 2.0 has twice the ram
If you would like me to make a bot for you, go here.
Offline
It should be like this. just change the second to last argument to 1
for (int i = 0; i < bots.Count; i++) { Thread.Sleep(250); bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 1, true); tpx += 9; }
Last edited by hiimsomething (Aug 22 2014 4:16:15 pm)
I will buy another computer OK?
Warning!
This user has been found guilty by The Committee of Truth of using honesty, and reminding people of the past, without permission and outside of the allotted timeframes.
I’ve been asked if I’m ChatGPT5.
The answer is no.
I hope this helps! Let me know if you have any other questions.
Everybody edits, but some edit more than others
Online
I will buy another computer OK?
No, buy a potato. It's much better.
It should be like this. just change the second to last argument to 1
for (int i = 0; i < bots.Count; i++) { Thread.Sleep(250); bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 1, true); tpx += 9; }
Thank you.
___
The Doctor wrote:I will buy another computer OK?
No, buy a potato. It's much better.
A single chip would do better
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
[ Started around 1743842633.6888 - Generated in 0.047 seconds, 12 queries executed - Memory usage: 1.53 MiB (Peak: 1.69 MiB) ]