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.
http://eebots.info/eeinformation.html
some like
conn.send("levelcomplete") do not work at all, were they changed? or was it my imagination.
EDIT:
conn.send(derot + g/b/y/b/p/o);
conn.send("levelcomplete");
conn.send("c",coin,x,y);
conn.send("k");
Those only work in my world... or if i have edit now
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
Lol so I tried it on crown touch but when bot entered world it made it complete world...
case "init":
{
conn.Send("init2");
}
break;
case "k":
{
conn.Send("levelcomplete");
}
break;
So k = init?
but on
case "ks":
{
conn.Send("levelcomplete");
}
break;
that doesnt happen.
And no, there is no crown in my level.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
I test it and it works in my level but not others. Before it used to work.
especially the conn.Send(derot(some string), + g);
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
I test it and it works in my level but not others. Before it used to work.
especially the conn.Send(derot(some string), + g);
Sending key touch is just
conn.Send(derot + "g");
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Also I wouldn't call on your derot method to transform the string every time. Just create a global variable for your Rot13/World Key string if you only have one connection that way you're not repeatedly calling a method in the code to produce the same string over and over again.
Offline
Sending events such as level complete now require two more parameters which are the x and y of the block
Offline
Lol so I tried it on crown touch but when bot entered world it made it complete world...
case "init": { conn.Send("init2"); } break; case "k": { conn.Send("levelcomplete"); } break;
So k = init?
but oncase "ks": { conn.Send("levelcomplete"); } break;
that doesnt happen.
And no, there is no crown in my level.
I believe that when you join the room and send "init", you almost always receive both an "init" and a "k" immediately, but the value that you get from k is -1 if no one currently has the crown.
Offline
darkblades wrote:I test it and it works in my level but not others. Before it used to work.
especially the conn.Send(derot(some string), + g);Sending key touch is just
conn.Send(derot + "g");
Bye key spamming...
Sample Text.
Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.
Known for: #getrekt Bot (possible revive with new stuff?)
Offline
[ Started around 1732214568.8035 - Generated in 0.102 seconds, 10 queries executed - Memory usage: 1.48 MiB (Peak: 1.62 MiB) ]