Jump to content
zgreen

Scripting

Recommended Posts

Nope theres completely 4 separate languages. Despite each one being there own language, there all rather similar. You can throw PHP in to that mix to. Although separate, if you look at it, its fairly similar, but not the exact same. for example in php you can use

<? php code here ?>html code here<? php code here ?>

in a php file but something like this does not work in c++. However in C++ and php you can disable multiple lines of text like this:

/*code
code
code
code
*/

However to do this in an XML file:

<!--code
code
code
code--!>

So if you have experience in say php, you dont really need to learn C++ so much as you need to learn how the code applies with in the game itself but can vary between mods.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...