Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Dragonite

#1
General ENIGMA / Roadmap?
June 10, 2019, 05:45:40 PM
I was wondering if we have a roadmap or any future milestone for ENIGMA.
Someone once said the future of the project was enigma+emake+RadialGM. How is each of those projects going? At what state do we want them to be in 6 months for now?
Thanks in advance.
#2
General ENIGMA / GML updates for 2019
April 09, 2019, 12:48:39 PM
YoYo Games made a blog post to announce updates to GML, which are expected to land before the end of the year.
Thoughts on this? I believe much of it could be useful for EDL. Some of the comments in the forums might contain helpful insights too.
#3
Hello,
I don't know what donation solution you guys have at the moment, but it might be a good idea to set up a page on LiberaPay. It's a fully free donations website.
I've heard there were plans to pay someone to work with compiler stuff if there were enough donations. That would be pretty cool indeed.
#4
I'm getting this error when trying to compile:
Unknown function or script `variable_local_exists'

Here is the context where this code is run:
if not variable_local_exists("leveltime")
    leveltime = 0
if not variable_local_exists("levelmusic")
    levelmusic = 0


I'm running the latest version based on this page, on an Ubuntu 16.04 x64 Virtual Machine.
Inside the script editor, it shows the correct color for variable_local_exists, so I think it's supported.

If you need any more information, please ask.

Edit: According to the wiki, it seems this is deprecated. Sorry for making a thread. Unfortunately, this completely breaks some old code I was trying to run. heh