Wednesday, November 18, 2009

New Proud Clod at least...

So I added a few new things to PrC to make it a little more convenient. First, and most importantly, it can now use the Windows Clipboard to copy-paste! The documentation doesn't reflect this yet, but the function's there. The format must look more or less like the code displayed in the AI window. Each opcode gets its own line and values associated with that opcode must be the last few characters on the line depending on the code.

eg:
12 2060
10 4000
80
60 01
90

that copy-pastes just fine as.... kill script owner, basically. ;) The following variations also work:

12 89789985 2060
10 check me out! 4000
80
6001
90

copying that should also result in successful pasteing. A few more things have been added and not documented:
"Check attacks" button in AI editing should show you any potential conflicts in using the 92 (Perform Action) code. There are some things it won't catch, but it should be able to tell you if you try to use an attack that the enemy doesn't have access to or if the animation isn't set for.
On a related note, the allowed attacks lists have changed slightly. Now it shows the attack index (like I said it would) so you can distinguish between identical named attacks.

Have fun! Let me know if anything's wrong.

No comments:

Post a Comment