darkninjaproductions Posted July 2, 2008 Share Posted July 2, 2008 If anyone could point me in the right direction of a good scripting tutorial it would much appreciated Many Thanx Darkninja Productions Link to comment Share on other sites More sharing options...
Aimekat Posted July 2, 2008 Share Posted July 2, 2008 http://cs.elderscrolls.com/constwiki/index...ortal:Scripting Link to comment Share on other sites More sharing options...
Vagrant0 Posted July 2, 2008 Share Posted July 2, 2008 There's no particular scriptng tutorial so much as tutorials for specific aspects of scripting and pieces of scripts. Most of scripting is done by figuring what you want to do, and then connectiong functions and statements together to see if you can make it happen. It's one of those things which you can only really learn from doing, and looking at how other scripts are written. Link to comment Share on other sites More sharing options...
darkninjaproductions Posted July 6, 2008 Author Share Posted July 6, 2008 Many Thanx ill start learning by trial and error lol n just studing scripts to see how they work many thanx ur all so helpful :biggrin: :thanks: Link to comment Share on other sites More sharing options...
jaysus Posted July 7, 2008 Share Posted July 7, 2008 a script works like this: scriptname yourscriptname -------- defines the scriptname and is also the first line begin (for example: onequip) ------------- defines when a script starts do somin (for example: player.addspell spellname) ---------- the part where you script does all the cool stuff end -------- ends that block (every block consists of "begin" blablabla and then "end", you can make more than one block per script) to find the right "words" or commands go to the link named above and search... or search through other scripts Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.