Message from @dorito

Discord ID: 247770028626149377


2016-11-14 17:05:44 UTC  

I drew through my classes

2016-11-14 17:06:10 UTC  

You want talent l, that's it. It's the a willingness to set aside everything for your craft

2016-11-14 17:06:19 UTC  

Fuck math I have to draw goku

2016-11-14 17:06:52 UTC  

I draw too , but only during litterature / history classes

2016-11-14 17:06:54 UTC  

I envy you for being able to take that gamble. I'm done taking gambles.

2016-11-14 17:06:55 UTC  

I make good grades, and I dont even study. That is how easy Public school is.

2016-11-14 17:07:11 UTC  

It was 14 years ago

2016-11-14 17:07:32 UTC  

Nowadays I just dream of failing math

2016-11-14 17:07:53 UTC  

I'm decent at programming, but I never finish a project because I get bored and it's not like it's ever going to sell anyway.

2016-11-14 17:07:55 UTC  

We aren't really doing math. We are doing proofs.

2016-11-14 17:08:00 UTC  

Anyway I need to try to sleep

2016-11-14 17:08:36 UTC  

Hey manock maybe you should program a game for me. Or my website. And do not for free

2016-11-14 17:08:40 UTC  

Do it

2016-11-14 17:08:47 UTC  

I'm broke

2016-11-14 17:08:50 UTC  

Zzzz

2016-11-14 17:09:04 UTC  

You can learn code. It shouldn't be that hard.

2016-11-14 17:09:11 UTC  

Actually

2016-11-14 17:09:13 UTC  

I know Python

2016-11-14 17:09:21 UTC  

SSSSSSSSSSS SSSSSSSSSSS SSSSSS

2016-11-14 17:09:25 UTC  

Scientificy study proves that some people simply cannot code ever.

2016-11-14 17:09:38 UTC  

mhm why ?

2016-11-14 17:09:51 UTC  

Their brain just does not understand statements.

2016-11-14 17:10:48 UTC  

Basically, go like

a = 10
b = 20
a = b

What is a?

2016-11-14 17:10:55 UTC  

Some people will never get it right

2016-11-14 17:10:55 UTC  

The Game Engine I am using have plugins that can be made in JavaScript.

2016-11-14 17:11:08 UTC  

a is b

2016-11-14 17:11:30 UTC  

~~Its RPG Maker MV. I want to make RPGs.~~

2016-11-14 17:11:32 UTC  

( plz dont call me stupid )

2016-11-14 17:11:38 UTC  

The correct answer is 20

2016-11-14 17:12:15 UTC  

I prefer making games using a game engine or from scratch. Stuff like RPGmaker is a bit too constraining.

2016-11-14 17:13:46 UTC  

if it was b=a , whats is b ?

2016-11-14 17:13:57 UTC  

10

2016-11-14 17:13:58 UTC  

b would equal 10 ?

2016-11-14 17:14:02 UTC  

oh ok

2016-11-14 17:14:19 UTC  

That makes no sense.

2016-11-14 17:14:30 UTC  

In programming, = is an assignment operator, in layman's terms, it's read as "becomes".

2016-11-14 17:14:39 UTC  

The first statement is deleted right ?

2016-11-14 17:14:42 UTC  

If a=10, and b=20, then a=b is simply impossib- Goddammit Manock

2016-11-14 17:15:11 UTC  

a=10 is replaced by a=b ?

2016-11-14 17:15:32 UTC  

a = 10 is read as "a becomes 10"

2016-11-14 17:15:54 UTC  

So if "a becomes b" and b equals 20, then a would equal 20.