[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Scripting Tutorial: My Second Script"
Jump to navigation
Jump to search
Scripting Tutorial: My Second Script (edit)
Revision as of 14:30, 17 April 2006
, 14:30, 17 April 2006→What scripts can't do
imported>Grundulum (Original page) |
imported>Kkuhlmann |
||
Line 20: | Line 20: | ||
===What scripts can't do=== | ===What scripts can't do=== | ||
The TES Script language is limited in its capabilities—there are only so many functions that you can use and sometimes the possible uses are not all that you may wish them to be | The TES Script language is limited in its capabilities—there are only so many functions that you can use and sometimes the possible uses are not all that you may wish them to be. In many cases smart scripters can find workarounds for apparent limitations, but don't expect miracles. Many things are hardcoded and cannot or only indirectly be influenced by scripts. | ||
==Scripting tutorial: before we code== | ==Scripting tutorial: before we code== |