Hello everyone.
I’m working on an extendable online game. I want to ship a map editor and a scripting language along with the game but I’m not sure if I should make my own scripting language or use something like beanshell. Normally I would just use beanshell and forget making something like a scripting language myself, but if people will be downloading other peoples scripts then someone could create a script that deletes for example the c drive on windows, is this possible? Is there a switch in beanshell I can turn on to disable possibly dangerous programming?
Any help would be greatly apprechiated.