Author Topic: Squirrel limitation?????  (Read 3360 times)

Offline Paco.Blasco

  • Multiple posting newcomer
  • *
  • Posts: 30
Squirrel limitation?????
« on: March 03, 2008, 04:56:54 pm »
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.