grimmmammoth 0 Posted July 10, 2007 Hi guys where can I find tutorials or a teaching guide to learn how to script. I know absolutely nothing about it so I need to start with basics. Thanks Share this post Link to post Share on other sites
super64 0 Posted July 10, 2007 Hey there. Id recommend checking out BAS-f. They offer a free download that acts as a platform to begin learning the basics of adding scripts and features to young mission makers. Its taught me a ton already. Ballistic Addon Studios Share this post Link to post Share on other sites
benreeper 0 Posted July 10, 2007 What! How about the 3rd topic here. --Ben Share this post Link to post Share on other sites
grimmmammoth 0 Posted July 11, 2007 Thanks alot I will check that out. It seems there is a lot of stuff for intermidiate type scripters but for raw newbies It seems hard to find the "see john run" start at the begining stuff . thanks again Share this post Link to post Share on other sites
tj72 0 Posted July 11, 2007 OFPEC.com has intro to scripting tutorials that should take you from square one "hello world" type stuff. Its an invaluable reference that I use while Im making a script most every time. It helps if you set some goals for the learning process. Like how to createvehicle stuff and setpos getpos and domove vehicles. Looking at other peoples scripts can be a great insight as well. a great peice of code is <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> hint format ["%1",this] in the init field of units vehicles and later on variables that are in scripts like counters. Oh and try to learn how to make loops either in .sqs or .sqf because thats a biggie. And if your at a dead end and have tried everything, hit up the forumn here with your question. Make sure you title your post to what the question is instead of "NEED HELP" or something vague. "Cant move Unit in MP" is an example of a specific/correct title. The reason for this is that it makes searching the editing forumn much easier. Good luck and Godspeed (salutes) Share this post Link to post Share on other sites
Blain. 0 Posted July 11, 2007 Does any one know of the renegade script? The closest thing I have found to it is this... OFPEC COMREF I am trying to make MERCS out the Civs in a muc around mission and so far the only way to do it is by either adding an SLA unit as the commander or a RACS unit and set it as RACS being friendly to know one. Can some one help me with that little bit of scriting? Share this post Link to post Share on other sites