Search found 1 match

by buttmunch
Sat Apr 18, 2009 4:35 pm
Forum: MQ2::Bug Reports
Topic: Bug fix? /aa act ${variable}
Replies: 0
Views: 950

Bug fix? /aa act ${variable}

I noticed that /aa act ${variable} doesn't work. That is, typing this works: /aa act Entrap But this does not: /declare spellName string local Entrap /aa act ${spellName} This is because the /aa command doesn't parse its parameters. I couldn't see any reason that it shouldn't, so this can be fixed i...