seba1976 98 Posted March 15, 2008 Hi, does anybody knows of some problem with this kind of code? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class EventHandlers : ECP_EventHandlers { init = "_this call (ECP_resources select 40)"; }; You know, it's used to make addons ECP compatible, and it work until I need to use some custom "init" plus the ECP init line. I've even reduce the problem to the code above: without the ECP init line the addon initializes ECP, but with the ECP init line it does not. I know the code as stated could be solved taking out the init line, but I need it because I need the original addon init line also to be executed along with the ECP one. Any ideas, previous similar experiences, or workarounds for this problem? Thanks in advance. Seba. Share this post Link to post Share on other sites