Difference between revisions of "Category:Troubleshooting"

121 bytes added ,  16:40, 10 September 2007
→‎Gamemode Scripts: better block types
imported>Dev akm
(→‎AI Overload: No Low Level Processing)
imported>Dev akm
(→‎Gamemode Scripts: better block types)
Line 365: Line 365:


== Gamemode Scripts ==
== Gamemode Scripts ==
Avoid using gamemode scripts wherever possible. Use quest scripts instead.
Avoid using gamemode scripts wherever possible. Use quest scripts if you can, or try to find ways to put as much of the script work into OnLoad, OnEquip, and ScriptEffectStart blocks as possible.


== CPU-Hungry Script Functions ==
== CPU-Hungry Script Functions ==
Anonymous user