Hey GeorgeS, I found another fairly major issue with the quest tool. It seems that the auto capitalization for certain per commands is causing scripts not to work after they are saved. I know for sure that the "F" in "For" being capitalized will break any script that tries to use it. It has to be all lowercase like "for". I imagine that "While" should probably be "while" as well.
There may be some others, but I have confirmed that at least "For" needs to be fixed for sure. Looking at a perl Tutorial, it seems to show all perl commands in all lower case, so "while" should probably be lower as well.
|