was going to ask how to move the recast text down a bit because it was blocking the lootpool/etc
but found it on windower forums Y=425.0 ^^
was going to ask how to move the recast text down a bit because it was blocking the lootpool/etc
but found it on windower forums Y=425.0 ^^
I used to have my macros set so that I could choose a job with Ins Home PgUp Del End PgDn Shift^Ins.. etc. Each of those binds links to a file that executes 3 or so other files depending on the job.. for example:
Insert is bound to exec cor-start.txt
cor-start.txt is as follows:
exec cor\cor-rolls.txt
exec cor\cor-standards.txt
exec cor\utsu\utsu-start.txt
input /echo Corsair Set loaded.
but, since 3.3, whenever I press insert, I see the /echo, but none of those files is executed. Is this meant to be the case? Can't exec from an exec anymore or something? I can exec the files manually and they all work, but execing cor-start.txt from commandline still doesn't exec those files..