Win conditions!

hello! i am curious to if it is posible to change the win condition of a level in fire emblem binding blade. as i want to make a “survive X turns” wincon. how do you do it?

You would simply make an event on Turn X end the chapter, and remove the seize point.

1 Like

and… how do i do that exactly?

Let’s say you want a map where you defend for 8 turns. What you do is set a event to be run on turn 9 player phase with the completion flag of 0x3, with the event being the chapter end event. Take a look at maps like FE8 Ch10 for an example of what I mean.

2 Likes

my apolligies for my idiocity. but do you mean as the flag? or just a turn event?

A flag in coding is basically a check to see if the event has transpired, so it doesn’t happen more than once. The flag 0x3 is the seize flag, which sets the turncount achieved for a map.

alright il try! thanks a bunch!