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.

#1 2017-01-06 12:47:53, last edited by XxAtillaxX (2017-01-08 18:40:02)

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

[Release] EEScript - An Intuitive Everybody Edits Scripting Language!

pYFlh4KE2Y.png

EEScript

A purely functional scripting language that aims to be incredibly easy for non-programmers to pick up and learn..
y0efuvgnonuh7l9w?svg=true| Repository | Releases

Screenshot

signature.png
*u stinky*

Offline

#2 2017-01-06 12:48:15

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

Reserved.


signature.png
*u stinky*

Offline

Wooted by:

#3 2017-01-06 16:18:21

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

Looks good. The only thing is I get white screen.

Offline

#4 2017-01-06 16:25:46

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

capasha wrote:

Looks good. The only thing is I get white screen.

That's fairly unusual, mind opening up an issue with further details?


signature.png
*u stinky*

Offline

#5 2017-01-06 19:33:39

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

How. Long. Did. This. Take. You?


If you would like me to make a bot for you, go here.

Offline

#6 2017-01-06 20:45:03

drunkbnu
Formerly HG
Joined: 2017-08-16
Posts: 2,306

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

A lot better than the crappy BotBits.

Offline

#7 2017-01-06 20:55:06

SmittyW
Member
Joined: 2015-03-13
Posts: 2,085

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

HG wrote:

A lot better than the crappy BotBits.

J4aYhWP.png

Offline

#8 2017-01-06 20:57:36

drunkbnu
Formerly HG
Joined: 2017-08-16
Posts: 2,306

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

SmittyW wrote:
HG wrote:

A lot better than the crappy BotBits.

http://i.imgur.com/J4aYhWP.png

I meant the language. I don't care about the type of SDK it uses on it's source.

Offline

#9 2017-01-06 22:14:28

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

You should update Node.js to 6.9.0 instead of 6.5.0

Offline

#10 2017-01-07 00:42:38

Krosis
Formerly Arkonagames
Joined: 2015-06-17
Posts: 2,279
Website

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

This thing is really great //forums.everybodyedits.com/img/smilies/smile it encouraged me to have more interest on this subject

there is some additions i'd like to see:

an effect that makes the bot wait x milliseconds
an effect to say {text} {triggering player username} {text}
effects to make the bot move x pixel to left, right, up, down if that is possible


Krosis.gif

Offline

#11 2017-01-07 04:51:56

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

EEScript has been updated to v1.0.2, with several additions, including Filters trigger category and some effects, along with version checking within the editor.

Jabatheblob1 wrote:

How. Long. Did. This. Take. You?

Not very long, a few days on and off.

Krosis wrote:

This thing is really great //forums.everybodyedits.com/img/smilies/smile it encouraged me to have more interest on this subject

there is some additions i'd like to see:

an effect that makes the bot wait x milliseconds
an effect to say {text} {triggering player username} {text}
effects to make the bot move x pixel to left, right, up, down if that is possible

Thanks for the feedback!

I've considered adding timers, and it's definitely on the roadmap, as well as using variables within strings, which would cover the second effect.

capasha wrote:

You should update Node.js to 6.9.0 instead of 6.5.0

Will do.


signature.png
*u stinky*

Offline

Wooted by:

#12 2017-01-07 13:16:52, last edited by Zumza (2017-01-07 13:27:07)

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,641

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

XxAtillaxX wrote:

A purely functional scripting language that aims to be incredibly easy for non-programmers to pick up and learn..

I think you meant procedural.

btw. can you place a binary version on the repository too, please? I can't compile it because I use an old version of VS.


Everybody edits, but some edit more than others

Offline

#13 2017-01-07 13:30:35

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

Zumza wrote:
XxAtillaxX wrote:

A purely functional scripting language that aims to be incredibly easy for non-programmers to pick up and learn..

I think you meant procedural.

Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data.
It emphasizes the application of functions, in contrast to the imperative programming style, which emphasizes changes in state. - Wikipedia


signature.png
*u stinky*

Offline

#14 2017-01-07 14:50:08

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,641

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

XxAtillaxX wrote:
Zumza wrote:
XxAtillaxX wrote:

A purely functional scripting language that aims to be incredibly easy for non-programmers to pick up and learn..

I think you meant procedural.

Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data.
It emphasizes the application of functions, in contrast to the imperative programming style, which emphasizes changes in state. - Wikipedia

A functional scripting language can do much, much, more than what your language can do/has(it literally implements like 12% out of the all criteria).
Why not classify it as an event-driven programming language? Thats just what it is in my opinion.


Everybody edits, but some edit more than others

Offline

#15 2017-01-08 20:15:03

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

There's been some fairly major changes and bug fixes, as well as several new triggers added. Notably, account credentials are now saved in '%appdata%\eescript-editor', and filters are now implemented.
The first release didn't have version checking, which is the primary reason for this post, considering the project has been updated several times since, and continues to be on a fairly regular basis.


signature.png
*u stinky*

Offline

Wooted by:

#16 2017-01-10 19:47:35

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

EEScript Editor has been updated to v1.1.4 and now supports Linux and will soon support Mac as well.

You will need to install 'mono-complete' and 'fonts-inconsolata' first.

sudo apt-get install mono-complete fonts-inconsolata
Screenshots

signature.png
*u stinky*

Offline

#17 2017-01-12 18:45:18, last edited by capasha (2017-01-12 18:55:37)

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EEScript - An Intuitive Everybody Edits Scripting Language!

You should update node.dll to 6.9.0. There is an exploit in the old versions. CVE-2016-5172

Edit: Wrong Exploit.

Offline

capasha1484243118642890

Board footer

Powered by FluxBB

[ Started around 1711635471.4296 - Generated in 0.049 seconds, 12 queries executed - Memory usage: 1.67 MiB (Peak: 1.89 MiB) ]