Official Everybody Edits Forums

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.

#2 Re: Bots and Programming » recording actions with bot » 2017-09-05 01:42:39

a little bit of success , i created the bool "bool Blocks = false;" then created the command to start it
if (msg[0] == ".record" && user == "brine123")
{
       Blocks = true;
       {

       }
}
But i dont know how to record what i place into a txt file

#3 Re: Bots and Programming » recording actions with bot » 2017-08-29 22:16:30

public List<block> Blocks = new List<block>();

i have that for the class , but how would i go about using a command to start it / record blocks into a txt file

#4 Re: Bots and Programming » recording actions with bot » 2017-08-29 00:31:55

I wouldn't know where to start on trying it, i only know really basic stuff

If someone could teach me a little that would be nice

#6 Re: Bots and Programming » recording actions with bot » 2017-08-23 01:40:44

the commands, snake, admin list, mini art

#7 Re: Bots and Programming » recording actions with bot » 2017-08-23 01:37:02

i made all the things that were my idea, but the rest was italkalot

#8 Re: Bots and Programming » recording actions with bot » 2017-08-23 01:29:37

italkalot helped me with most of it, why does that matter

#9 Re: Bots and Programming » recording actions with bot » 2017-08-23 01:24:16

I dont know how to do it so i was hoping for some help

#10 Re: Bots and Programming » recording actions with bot » 2017-08-23 01:16:09

i want to make something with it on my bot

#11 Bots and Programming » recording actions with bot » 2017-08-23 00:59:02

brine123
Replies: 41

is there a way to make the bot record what i place down then when i place a certain block it redoes what I drew

#12 Bots and Programming » shuffling a list of blocks » 2017-07-26 00:17:20

brine123
Replies: 12

https://pastebin.com/Ys8FB7iA
Is there a way to use that to shuffle blocks that are placed by bots?
Like http://prntscr.com/g0a9nh

#13 Bots and Programming » EE artist not working :( » 2016-02-04 02:28:32

brine123
Replies: 7

I recently tried to use ee artist but when I go to press draw art and click an image it does nothing. The button flashes then doesnt work. Plz help



I downloaded the current version at http://capasha.com/eetools/#eeartist

#14 Re: Bots and Programming » To Jabatheblob1 about snake tutorial on c# » 2015-09-03 00:47:10

This is the code for snake on the bot that doesnt work

                    if (bid == 14)
                    {
                        con.Send(bldatam, 0, x, y, 12);
                        Thread.Sleep(20);
                    }
                    else if (bid == 12)
                    {
                        con.Send(bldatam, 0, x, y, 0);
                        Thread.Sleep(20);

#15 Bots and Programming » To Jabatheblob1 about snake tutorial on c# » 2015-09-02 22:41:07

brine123
Replies: 8

On ur tutorials on youtube, i wanted to make a snake on a bot im making and i did what you did but it doesnt work. Plz help //forums.everybodyedits.com/img/smilies/neutral

Board footer

Powered by FluxBB

[ Started around 1714902868.6468 - Generated in 0.032 seconds, 9 queries executed - Memory usage: 1.33 MiB (Peak: 1.46 MiB) ]