Introduction to Arma Scripting: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
introduction to | introduction | ||
== When Do I Need Scripting? == | |||
difference mission editor - scripts, examples | |||
== Scripting Code == | |||
what is it? where to put it? what are commands (doing)? | |||
== Code Execution == | |||
how can I execute code? (scripts vs. mission editor) listing of mission editor fields to start scripts | |||
== Developing a Script == | |||
how to develop a script? | |||
* Requirements | |||
* Concept | |||
* Implementation | |||
* Test | |||
usually in your head, for complex scripts on paper and drafts | |||
=== Requirements === | |||
what shall the script do? | |||
=== Concept === | |||
How shall the script do it? | |||
=== Implementation === | |||
Writing the code | |||
=== Test === | |||
Testing the code | |||
== What's next? == | |||
learning about scripts | |||
[[ArmA: Scripting|<< Scripting]] | [[ArmA: Script|Scripts >>]] | |||
[[Category:ArmA: Scripting|Introduction to Scripting]] | [[Category:ArmA: Scripting|Introduction to Scripting]] |
Revision as of 17:10, 20 December 2006
introduction
When Do I Need Scripting?
difference mission editor - scripts, examples
Scripting Code
what is it? where to put it? what are commands (doing)?
Code Execution
how can I execute code? (scripts vs. mission editor) listing of mission editor fields to start scripts
Developing a Script
how to develop a script?
- Requirements
- Concept
- Implementation
- Test
usually in your head, for complex scripts on paper and drafts
Requirements
what shall the script do?
Concept
How shall the script do it?
Implementation
Writing the code
Test
Testing the code
What's next?
learning about scripts