AI Scripting for Players?

I am aware of JavaScript for Java. As I am targeting Java 5, scripting is not available there yet. Also, the current version doesn’t prevent people from executing malicious code. I am planning to run it on my server, so limiting script execution is quite important!

Anyhow, I am going with Pnuts. I got everything to work nicely ;D

Rhino is independent of Java 6 scripting APIs, and with a proper ClassShutter implementation, it’s as secure as it gets. I bet the players will find JavaScript easier than Pnuts. But heck, I should mind my own business!

did not kneew about Pnuts, It look really great

@Riven : your sig is every days more funny :), what next ? oldness of the user ? credit card number ? ;D

Yeah, Rhino might work! ;D

Anyhow, Pnuts is very close to Java, so I’ll stick with it for now. Also, I already implemented & tested Pnuts, so I’ll defer other scripting languages to later…