Difference between revisions of "Portal:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
(Totally replace old scripting portal with less fluffy version.)
imported>Quetzilla
Line 84: Line 84:
*[[Summon Object]] - Summon (move) an existing object to position in front of player.
*[[Summon Object]] - Summon (move) an existing object to position in front of player.
*[[Teleport Recall]] - Establishing a teleport recall point.
*[[Teleport Recall]] - Establishing a teleport recall point.
*[[Text Input With OBSE]] - Simulating a text input box (OBSE).
* '''Text Input'''
** [[Text Input With OBSE]] - Simulating a text input box (OBSE).
** [[Text Input With Pluggy]] - [[:Category:Pluggy|Pluggy]] based text input.
** [[Text Input With Pluggy]] - [[:Category:Pluggy|Pluggy]] based text input.
** [[Text Input With TSFC]] - [[:Category:TSFC|TSFC]] based text input.
** [[Text Input With TSFC]] - [[:Category:TSFC|TSFC]] based text input.

Revision as of 21:37, 12 August 2008

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