Page 1 of 1

UCC Scripting document on ESGuides

Posted: Mon May 02, 2005 9:24 am
by marzo
To those are struggling with UCC scripting: I compiled a document containing all current script commands that UCC uses with descriptions. I based on what I could find in the Exult source. I also compiled a list of all opcodes used by the UI_execute_usecode_array and UI_delayed_execute_usecode_array intrinsics, with a small guide on how to convert from these two to UCC scripts.

It is the first draft, but I don't think that it is way off base. If you find any errors, I would appreciate you letting me know it!

The guide is at ESGuides; the direct ulr is:
http://www.wiredentertainment.net/exult ... &Itemid=18

(Edit by Dominus:url corrected)

Re: UCC Scripting document on ESGuides

Posted: Tue May 03, 2005 1:46 am
by Tawn
Hi Marzo,

You guide is excellent and is a lot of help to me.

Keep up the good work! :)

Just one thing, the above URL is missing an "8" at the end so it doesn't display properly. The correct link is:
http://www.wiredentertainment.net/exult ... &Itemid=18

Re: UCC Scripting document on ESGuides

Posted: Tue May 03, 2005 4:14 am
by marzo
Heh, thanks for the correction (and thanks to Dominus for editting the post too!).

Re: UCC Scripting document on ESGuides

Posted: Tue May 03, 2005 9:23 am
by drcode
Thanks! It's been so long since I worked on this stuff that I'd forgotten most of it, and I found the guide to be a really good review.