​​Hi. ​Few years ago, I had created few complex MP scripted missions for OFP, ARMA, ARMA2 (in SQS later SQF). Now I am trying to start doing something for TKOM. I have basic knowledge of VB, C# and little with C++. ​Questions: ​1) Is there any guide, information, which can help me better understand, how can I create missions (not via editor). Which objects and methods/functions are accessible locally, or which event handlers are used, and where definitions should be written. ​2) Is basic principe same, as it was in ARMA2, that you have LOCAL or GLOBAL "vehicles" and depending on "event", the same script file (or method/function?) is started/called on all machines ... , so you need to check every time, if you are "on server, on client, or serverclient"? just simple example would be nice. For example, how can I in MP game, create something GLOBALY on position of just joined player? ​Something like on "player joined event" to call event/function to get position of that player ...and spawn crate at that position. ​Thanks for any information/guide/example, you can provide.