Difference between revisions of "Debug Scripts"

Jump to navigation Jump to search
86 bytes added ,  14:37, 13 November 2006
no edit summary
imported>AdiBeiElderScrolls
imported>AdiBeiElderScrolls
Line 103: Line 103:
<pre>If ( GetCurrentAIPackage "AnyParameterNotValid-ButMaybeValidPackageName?" )
<pre>If ( GetCurrentAIPackage "AnyParameterNotValid-ButMaybeValidPackageName?" )
   PickIdle My name is Bob
   PickIdle My name is Bob
EndIf</pre>
EndIf
; at least I used valid package names and didn't test it
; against invalid parameters</pre>


So you see, some functions have unwanted behavior, not foreseen and others don't! But probably the circumstance, that object name was within apostrophes caused other unexpected event handling?  
So you see, some functions have unwanted behavior, not foreseen and others don't! But probably the circumstance, that object name was within apostrophes caused other unexpected event handling?  

Navigation menu