Difference between revisions of "Category:Troubleshooting"

490 bytes added ,  06:40, 13 August 2007
imported>Dev akm
imported>Sarkandar
Line 93: Line 93:
set YourOpenerQuest.rContainerToOpen to YourContainer
set YourOpenerQuest.rContainerToOpen to YourContainer
StartQuest YourOpenQuest</pre>
StartQuest YourOpenQuest</pre>
== Activating an object every frame ==
This didn't cause a CTD with me, but as it causes unpredictable results there is a chance CTD's might occur.
When you have a script that constantly activates a certain object (in my case, to wait for a result that was published inside that object and could be retrieved in this way), other scripts might become unresponsive.
I had a several onadd blocks in other scripts that weren't executing anymore.
If you have to do this, build in a timer.


= Common Mistakes =
= Common Mistakes =
Anonymous user