Script Editor Design
Community Forums/Graphic Chat/Script Editor Design
| ||
This is a script editor for my next engine, its very simple, no syntax highlight or folding. It does have that red arrow to show where the script went wrong. It also use little memory resource, so I dun mind. How do you guys like the design? written in python![]() |
| ||
I havent gotten into scripting yet. This looks good but how would someone like me implement this into a project? Declare certain variable to be accessed by the scripting engine? |
| ||
(Sorry if this is out of place) Nack, if I recall correctly you were thinking about trying BriskVM 2 lately, right? If so, BriskVM 2 has just been released, and it already comes with a small script editor (which can itself be customized through scripts). |
| ||
oh thx I will check it out =D @Xyle It really depends what kind of script u planning to use. I suggest read up on scripts or look at briskvm now since its out. I am looking rite now there myself haha |