No and I did many stuffs with banks.
Homepage: www.sc2goa.com
Nope. Starmon uses a fairly complex banking system with tons of actions and functions. We haven't had issues with the banks messing up anything else in the map. You're likely just doing something incorrect with the bank triggers. Once common tip I tell people is this to only preload/open each bank ONCE. Assign it to an array variable, with one array index for each player's bank. So bank[6] is player 6's bank, for example. Then save your banks using those variables.
I've been doing that. I'm not sure why this only happens sometimes, not all the time.
Would anyone want to check the triggers out?
Vicboy AuthorI previously implemented banks for stats back then, but it introduced a lot of bugs.
Now I implemented it again, and this time, I made sure that the banks were independent triggers from my other triggers.
But it seems to still be bugging up, this time, it's affecting the Door Open trigger which is a periodical event where it tells units to open when there are units nearby.
The weird thing is that there is no relation between this trigger and the bank system, none whatsoever.
Has anyone found terribad bugs when they implemented banks system?
Triggers not working properly? Get a check up from Dr. Debug!