Page 1 of 1

question about script

PostPosted: Wed May 31, 2006 4:22 am
by UzumakiJr
what is the base of the global script in this program?
c++,c,java ?
If I make a game with a programming language,can I convert it to the global script?
or vice versa,so I create a game using this ,and convert it to other programming language?

thx :D

PostPosted: Wed May 31, 2006 12:32 pm
by makslane
The script uses the C language, and provides a small subset of standard C functions.

You can put existing C codes in the global code editor, but you can't link with external libraries.

If there is some function not provided by Game Editor, you can define in the global code.