News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Squirrel limitation?????

Started by Paco.Blasco, March 03, 2008, 04:56:54 PM

Previous topic - Next topic

Paco.Blasco

Hi All:

I'm trying to use scripting to do a complex building system. We have a script "A" that includes another script "B" that includes 5 scripts more "C1,C2, ...". The problem is that only "C1" is being taken and all functions on "C2, ..." are not being seeing.
In other words, we believe that only the first include line on "B" is processed. We have changed the line order on "C1, ..." and always, the system only analyzes the first include in "B".
Is it a bug or squirrel has this limitation?

Thanks in advance.