Hey, I've gotta say this is a nice script ^^. I've used the previous versions of it and some other ABSs...so far the Blizz-ABS is the best ABS yet.
However, I have encountered a bug (I think) when I try to run the game. It opens fine, but when I get into the map the system gives me an error and shuts down.
Here is a screen:

Here is the snippet of code that it says is mucking up:
#----------------------------------------------------------------------------
# trigger?
# Test if key was triggered once.
#----------------------------------------------------------------------------
def Input.trigger?(keys)
keys = [keys] unless keys.is_a?(Array) [Not code]This was the line it mentioned[/Not code]
return keys.any? {|key| @triggered[key]}
end
So far I've assumed that this is being caused by some mistake I did in the Key configuration, but I've looked at it closely and haven't been able to identify anything wrong with it.
Here is a screen of my controls:

I've looked around the rest of the configuration options, but I don't see anything strange- infact, I've left almost all of them default except for the fact I disabled the Minimap, turned on damage bounce, and turned on Intelligent Passability - which was previously giving me an error, but I did as Sin86 did and it worked fine.
So yeah. I'm I just doing something stupid and careless that I can't point out XD? Am I posting this in the right place? I would be much obliged for your help! ^^
Thanks ahead of time!