(this post copied over from the eq2bot subforum, was initially posted in the wrong place)
Please let me know if there is a way to do the following without having two versions of eq2bot -- thanks.
I'd like to add an argument to the official eq2bot release so you can type run eq2bot solo or run eq2bot (defaults to group) and the only difference between the two is that if you run it with the argument it changes the following line:
#include ${LavishScript.HomeDirectory}/Scripts/EQ2Bot/Class Routines/${Me.SubClass}.iss
to:
#include ${LavishScript.HomeDirectory}/Scripts/EQ2Bot/Class Routines/${Me.SubClass}solo.iss
That way some of the stuff I am doing, which helps a lot for soloing, can be released alongside Karye et-all's group-based scripts without having to change file names or overwrite things. Only thing is that include happens before the arguments are parsed, so the only way I can think of doing that would be with two copies of eq2bot.
Thanks,
Tsumari
Please let me know if there is a way to do the following without having two versions of eq2bot -- thanks.
I'd like to add an argument to the official eq2bot release so you can type run eq2bot solo or run eq2bot (defaults to group) and the only difference between the two is that if you run it with the argument it changes the following line:
#include ${LavishScript.HomeDirectory}/Scripts/EQ2Bot/Class Routines/${Me.SubClass}.iss
to:
#include ${LavishScript.HomeDirectory}/Scripts/EQ2Bot/Class Routines/${Me.SubClass}solo.iss
That way some of the stuff I am doing, which helps a lot for soloing, can be released alongside Karye et-all's group-based scripts without having to change file names or overwrite things. Only thing is that include happens before the arguments are parsed, so the only way I can think of doing that would be with two copies of eq2bot.
Thanks,
Tsumari