Search found 2 matches

by Tribunalite
Thu Nov 21, 2019 1:53 pm
Forum: MQ2::Bug Reports
Topic: Config file order
Replies: 1
Views: 1518

Config file order

I've noticed that any command in zoned.cfg fires when you're at the character select screen IF you've already been in game. It didn't used to do that, and spams a lot of errors. Is there an order to the .cfg files like autoexec.cfg, zoned.cfg, etc. so I can move my "I'm zoning, update inventory...
by Tribunalite
Mon Jul 08, 2019 2:24 am
Forum: MQ2::Bug Reports
Topic: Defined[] with arrays Behavior change, intentional?
Replies: 4
Views: 1872

Re: Defined[] with arrays Behavior change, intentional?

I'm having this issue with an old include (AAPurchase.inc), spams that the name has been declared. | If AACount is not 0 /if (${AACount}) { | Create the AA array /declare AA[${AACount}] string outer | Start for/next loop. /for a 1 to ${AACount} | Load the AAs into the array. /call LoadINIVar ${IniSe...