Hey all,
I have a little question regarding the "Force Action" event command. I don't really get how you make an enemy attack before the round starts. Here's my basic commands:
When I test it in battle however, the enemy only says the two lines of text and skips the action, which I don't get why. Do I have to change the span? Do I have to give the enemy in the database the skill "Doom" first? If anyone could help me with this problem that'd be really great, thanks :thumb:
I have a little question regarding the "Force Action" event command. I don't really get how you make an enemy attack before the round starts. Here's my basic commands:
Code:
Troops:
Battle Event:
Condition: [Turn 0] Span: [Battle]
@>Text: Haha I'm gonna cast a spell on you
@>Force Action: [3: Spyrla], [Doom], Random, Execute Now
@>Text: Haha I cast a spell on you
@>
When I test it in battle however, the enemy only says the two lines of text and skips the action, which I don't get why. Do I have to change the span? Do I have to give the enemy in the database the skill "Doom" first? If anyone could help me with this problem that'd be really great, thanks :thumb: