Jump to content
Sign in to follow this  
seba1976

ECP init line does not initialize ECP!

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×