I've always wanted the answer to this question. And for RPG maker XP it hasn't been an issue. But for walking on lava/swamp/fire pit/etc, is there a way to set it up on Blizz-ABS to make certain terrain to do damage to the party?
First you ask for TBS, now you want to work with BABS? :O.o:
Best way to do this would be Common Event, check actors' x/y coordinate, and check if over a specific terrain tag. If so, apply damage. Add a Wait in there to put some delay in between the damage.
b/c i'm making 2 games...one would work perfectly with T.A.B.S and one with Blizz-ABS
Good luck. Working with two, powerful scripts in two different projects is a challenge, especially on your own.