Galactic Navy 5.4.3 picketsweeperAI.plist error
Posted: Sun Jun 17, 2012 8:00 pm
Funny I've never seen this before in Latest.log:
Code: Select all
19:36:40.593 [script.deprecated.scriptActionOnTarget]: ----- WARNING in AI picketsweeperAI.plist in state LOOK_FOR_TARGETS: the AI method scriptActionOnTarget: is deprecated and should not be used. It is slow and has unpredictable side effects. The recommended alternative is to use sendScriptMessage: to call a function in a ship's JavaScript ship script instead. scriptActionOnTarget: should not be used at all from scripts. An alternative is safeScriptActionOnTarget:, which is similar to scriptActionOnTarget: but has less side effects.
<snip>
19:37:45.457 [script.deprecated.scriptActionOnTarget.repeat]: ----- WARNING in AI picketsweeperAI.plist in state LOOK_FOR_TARGETS: the AI method scriptActionOnTarget: is deprecated and should not be used.