Quote from
HMW on July 9, 2012, 2:22 pm
FelixGriffin wrote:
- Code: Select all
printl("SCRIPTFILE RUN");
printl(randomVar);
Is that "randomVar" defined somewhere else? If not, then that last statement will cause a compile error.
I'm not sure if this causes your problem, (especially since you tried it with the super-simplified version as per Chicken's suggestion) but perhaps it's something to look into.
FelixGriffin wrote:
- Code: Select all
printl("SCRIPTFILE RUN");
printl(randomVar);
Is that "randomVar" defined somewhere else? If not, then that last statement will cause a compile error.
I'm not sure if this causes your problem, (especially since you tried it with the super-simplified version as per Chicken's suggestion) but perhaps it's something to look into.