~~NOTOC~~
====== Manual: Scripting=======
Topic content ranging from basic Lua, the Script Editor through to complex game systems created with Lua classes and how to expand your editor with the use of Editor side scripting. Learn how to communicate with another script and make calls to a visual module.
\\
The micro script is directly attached to the object and stored when the object is saved in the scene or saved as a preset. We will look at how and why to use this script type.\\
\\
\\
Skyline is an event driven system and as so provides many event messages for you to use to communicate with other objects or to know what controls your end user is pressing\\
\\
[[manual_scripting:manual_scripting_communication_tags_IDs|Tags and IDs]] \\
\\
Skylines game objects behave like self-contained programs and each objects program may need to communicate with another object. This is done by using identifiers.\\
\\
[[manual_scripting:manual_scripting_communication_scripts|Communicating with Scripts]] \\
\\
The Dynamic properties provides you with a powerful interface for rapidly customizing your script at editor or run time. \\
\\
\\
\\
\\
<-^manual_scripting:manual_scripting_index|Scripting Index^manual_scripting:manual_scripting_Overview|Scripting Overview->