[ERROR] [LUA] [EDITOR] Trying to re-import a script class crashes the editor!

Hi all, when I try to re-import a script class (’.lua’ file), the editor crashes and shows this log:

I am trying to import this script as a configuration file for my mod, any ideas/suggestions. I am fairly new to the Unreal Engine 4, and am VERY new to the Ark Dev Kit. Also, (Yes, I know I have asked this a couple times), Is there going to be any scripting support? I know the Unreal Engine 4 has been made to work with Lua (the official engine). However, will the Ark Dev Kit be able to load lua files as well? I don’t need any fuctions exposed besides the basic functions to load a script asset, load a file, make new variables, etc. Any help would be great. Thanks in advance! :slight_smile:

I think that there is a block from scripting entirely (from what I understand is this is a steam-side thing) so you will have to convert everything you can into blueprint (graph) form.

Can anyone confirm this? I would really like to script in Lua…