Category:Bethesda Scripting Tutorial Series

Revision as of 18:00, 28 July 2013 by imported>Helkonk

The Bethesda Scripting Tutorial Series will introduce you to the Creation Kit's new Papyrus scripting language.

Language: English  • français • 日本語 • русский


IMPORTANT !! Be sure to read the section Attaching the script of the first tutorial, even if you are learning by editing existing script. Without this step (which does not appear in the hello world tutorial), all the properties of your script will work incorrectly. The short reason is that properties are only local names for external resources, even if they have the same name as an existing external object.