Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: ccouthen on November 19, 2012, 12:53:05 pm

Title: blizz-abs damage terrain
Post by: ccouthen on November 19, 2012, 12:53:05 pm
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?
Title: Re: blizz-abs damage terrain
Post by: KK20 on November 19, 2012, 01:52:13 pm
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.
Title: Re: blizz-abs damage terrain
Post by: ccouthen on November 19, 2012, 02:08:27 pm
b/c i'm making 2 games...one would work perfectly with T.A.B.S and one with Blizz-ABS
Title: Re: blizz-abs damage terrain
Post by: KK20 on November 19, 2012, 02:18:28 pm
Good luck. Working with two, powerful scripts in two different projects is a challenge, especially on your own.