Tallifer wrote:
I am using TWX 2.04 most of the scripts are working great except for the supg scripts and all the bots I have found, they keep throwing compilation exceptions. Am I missing something, using wrong version? any help on this would be greatly appreciated.
When I started using the SupG scripts I found that inside the script it was pointing to the wrong location for the include folder.
1. You can move the include folder where the script thinks it is supposed to be.
2. Open the scripts and mod the script to reflect where you want them. (notepad works just fine)
include "SupG\supginclude\gameinfo_inc"
include "SupG\supginclude\phaggle_inc"
include "SupG\supginclude\nearfig_inc"
include "SupG\supginclude\planet_inc"
include "SupG\supginclude\signature_inc"
include "SupG\supginclude\port_inc"
Thats the section that directs where the script is looking. Hope that helps.