I am new to 3D Game Studio and the C-Script language. However, I am trying to figure out how to do the following:
1) Create a text box in which the user can type in real C++ code
2) Have the C++ code from the text box compile upon the user clicking a "submit button"
3) If no errors occur during compilation, then something changes in the world
Else, the user gets prompted with a "Try Again" message and a summary of errors
Does anyone have any suggestions as to how I might be able to implement these tasks?