Difference between revisions of "Bethesda Tutorial Basic Quest Scripting"

m
Applying the three new templates: InDepth, ProTip and WarningBox.
imported>Catwheezle
(Applying Template:NewFeature)
imported>Catwheezle
m (Applying the three new templates: InDepth, ProTip and WarningBox.)
Line 119: Line 119:
Players can't use the console, though, so we'll learn how to give them better feedback about the quest in the next chapter.  
Players can't use the console, though, so we'll learn how to give them better feedback about the quest in the next chapter.  


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:ProTip|The scripts for Skyrim are just text files that live in your data directory before they get compiled into bytecode. This means that if you've got a favorite text editor, you can use it to work on scripts. We've included setups for both [[Sublime Text Setup|Sublime Text]] and [[Notepad++ Setup|Notepad++]] that provide syntax highlighting, some basic autocompletion, and compilation shortcuts. If you're going to get heavily into scripting, these tools can make your life a lot easier.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:Protip.jpg|48px]]
|style="border-style: solid; border-width: 0"|The scripts for Skyrim are just text files that live in your data directory before they get compiled into bytecode. This means that if you've got a favorite text editor, you can use it to work on scripts. We've included setups for both [[Sublime Text Setup|Sublime Text]] and [[Notepad++ Setup|Notepad++]] that provide syntax highlighting, some basic autocompletion, and compilation shortcuts. If you're going to get heavily into scripting, these tools can make your life a lot easier.  
|}




Anonymous user