Scripting in RPG's

Started by
3 comments, last by knine 21 years, 10 months ago
Hello all. Can anyone give me some pointers on scripting in RPG''s with existing languages? First I looked into using Java with JNI. None of the sample code for embedding JNI with C++ compiled using Java 1.4. Even after i fixed the errors in the code, the variables aren''t filled correctly by the JNI_ function calls thus causing GPF''s and the like. So I decided to try SpiderMonkey, the java-script-C language by mozilla. I couldn''t even get to the source. Next was python, but I haven''t found much useful information for embedding in to C++. Any advice would be appreciated. Thanks!
Advertisement
Others have made SpiderMonkey work for them, and still others Python. Perhaps you''re doing something wrong?

Try Lua (lua.org).
You might find help with your JNI code at JavaGaming.org

_@/
The spidermonkey source is at:
ftp://ftp.mozilla.org/pub/js/
Thanks for your replies. I was able to get Spidermonkey and did indeed find help with JNI on javagaming.org. Thanks again.

Knine

This topic is closed to new replies.

Advertisement