Portal:Scripting

From the Oblivion ConstructionSet Wiki
Revision as of 05:33, 25 January 2009 by imported>Shademe (→‎Basic Tutorials: Changed order of listing)
Jump to navigation Jump to search

Overview

Scripts are used by modders to control the game in fairly direct ways and achieve effects that are far outside the normal scope of the game. If you're new to scripting, you should start at the top of the page, especially with the tutorials. If you're an experienced scripter, then the later parts of the page should be most useful.

Basic Tutorials

Functions

General Knowledge

Scripting Basics

Troubleshooting

Code Optimization

Extensions and Libraries

Standard Solutions

The following are standard solutions for solving various types of problems.

Deprecated Articles