Battle Quotes with a snag?

In a hack I’m making, there’s an enemy who can attack a snag. This enemy can also fight the player’s characters, and have battle quotes when doing so. However, this dialogue also triggers when attacking the snag, if no one has attacked the enemy yet. I figure a decent way around this issue is to give them special dialogue when attacking the snag, but I’m not sure how to do it, or if it’s even possible. Does anyone know how to do this, or if it’s even possible?

According to FEBuilder, “FD” is the snag unit ID, so you could have a battle quote with FD that just does nothing which is above the other battle quotes and I think that should work?

1 Like

Thanks! Having it just do nothing causes the game to freeze, but having it call an event with nothing in it causes the enemy to just attack the snag without saying anything. (I also tested it with “FC” for walls, too. No idea why I thought it might work differently for them, but it didn’t.)

1 Like