Quote:
Originally Posted by Ribbs67
Is there a way to get a quick tutorial on how to insert scripts into a mission,
|
Described in one of the links I mention.
To use multiple scripts in the same mission you should copy them into one script file. The problem is that to do this correctly you have to understand more or less what each line of the script is doing, i.e be able to read the C# language plus know some basics like class/object/methods/namespaces definitions and differences.
The easiest approach would be:
1) Buy one 200-page book titled smth like Introduction/beginners/dummies course/guide to C#. Or download a similar free online course.
2) Read all the scripts posted in this forum sections using the book as a dictionary to look up everything that you do not understand in a particular script.
3) Check this site for further information if the book does not help
http://msdn.microsoft.com/en-US/vcsharp/aa336766.aspx
4) Ask questions on scripts you are reading if you do not understand something from the above sources.
And there is nothing to categorize yet as most of available scripts are mentioned in this thread already. A couple of others can be found in missions posted in this forum section and in Multiplayer section.