Difference between revisions of "ScriptingNF"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
imported>Wrye
(Math functions.)
Line 60: Line 60:
*[[GetActorType]] - Encode actor type (npc, creature, ghost, etc.) as a single number.
*[[GetActorType]] - Encode actor type (npc, creature, ghost, etc.) as a single number.
*[[Teleport Recall#Marker Rats|Marker Rats]] - Using hidden actors as stable marker points.
*[[Teleport Recall#Marker Rats|Marker Rats]] - Using hidden actors as stable marker points.
*'''Math Functions'''
**[[:Category:Extra Math Functions|Extra Math Functions]]
**[[:Category:Math Functions (OBSE)|OBSE Math Functions]]
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures.
*[[MessageBox Tutorial]] - Complicted messagebox and menu structures.
*[[Programmable Spell Effects]] - Beyond scripted spell effects.
*[[Programmable Spell Effects]] - Beyond scripted spell effects.

Revision as of 01:10, 1 June 2008

No fluff version of the Portal:Scripting.

Basic Tutorials

Functions

General Knowledge

Scripting Basics

Troubleshooting

Code Optimization

Extensions and Libraries

Advanced How Tos

Obsolete Articles