Difference between revisions of "Scripting Tutorial: My Second Script"

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. In fact, some functions are buggy or just plain broken. 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.
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==
Anonymous user