Judith on 23/9/2009 at 06:56
Downloaded, I'll get to it in the evening, cool :)
str8g8 on 23/9/2009 at 09:06
Looks impressive, is the idea to replace the script editor completely?
ascottk on 23/9/2009 at 15:43
Quote Posted by str8g8
Looks impressive, is the idea to replace the script editor completely?
You need the script editor to add the class definition Judith is talking about:
Code:
class YourNewClassHere extends SomeOtherClass;
and to add other code to archetypes like the values I added to T3Ed in this post:
(
http://www.ttlg.com/forums/showthread.php?p=1909849#post1909849)
As for the T3EdCC adding properties to non-existing archetypes don't work so you need to add the properties after restarting T3Ed (and after editing the archetype script). I may have to force the user to do a separate save (one for new classes, another for properties & links).