Trevon 10 Posted August 7, 2009 No scripting experience here at all, but I really want to learn how to do basic stuff. I don't know how to set anything up, nor do I know any of the "scripts" to use. Could some please help me out!? I am extremely lost. Share this post Link to post Share on other sites
dale0404 5 Posted August 7, 2009 Search for Mr Murrays guide mate, thats the best place to start. Share this post Link to post Share on other sites
Big Dawg KS 6 Posted August 7, 2009 Well, since you didn't say at all exactly what you're trying to do, there's not much that I can help you with... Share this post Link to post Share on other sites
kylania 568 Posted August 7, 2009 Step One: Use no scripts. Step Two: Make a simple encounter using just the editor Step Three: If Step Two made your head hurt, just play the game. :) If not, read this forum extensively and learn. Share this post Link to post Share on other sites
Trevon 10 Posted August 7, 2009 Haha, alright, thanks. I have read a lot and much of it still escapes me. I have spent some time setting up pretty complex missions (at least I think so) and know how to use artillery and UAV's, so I guess it just takes time. Share this post Link to post Share on other sites
Trevon 10 Posted August 9, 2009 Heres a main question of mine; how do I place aircraft on the Khe Sahn, and how do I place the destroyer/fregata? Everytime I do, the stuff never appears. Share this post Link to post Share on other sites
W0lle 1052 Posted August 9, 2009 Heres a main question of mine; how do I place aircraft on the Khe Sahn, and how do I place the destroyer/fregata? Everytime I do, the stuff never appears. For that you don't even need a script, step 2 suggested by kylania kicks in. All you need is a single line of code. In the initialization line of the aircraft you want to place paste this: this setPosASL [getposASL this select 0, getposASL this select 1, 15.9] The destroyer is there but under the water surface, to make it appear type in its initialization line: this setpos [position this select 0, position this select 1, 0] All this you could have found with searching this forum for "carrier" or "destroyer" Share this post Link to post Share on other sites