GameFreak444
Member
I'm making a game with RPG Maker XP.I want,in boss battle,for boss to follow orders of next attacks:
-Darkness,it is the first turn of the boss,
-Rolling Axe,it is the second turn of the boss,
-And normal attack,as the third turn of the boss.
And,in the turn,after the turn in which attack was executed,all will come from the beggining:
Darkness,Rolling Axe,Attack,Darkness,Rolling Axe,Attack...etc. etc.
I have done it in this way:
The problem is here:First three turns boss do correct,in the order I "said to him".And 4. turn is correct,he does Darkness.But in the next turn,boss does nothing,in the next turn again nothing and in the next turn he does Darkness again.I'm noob in RPG Maker XP,I read on internet that first text-box means in what turn attack will be executed,and second text-box means after X turns attack will be executed.I don't know what is wrong here,so please tell me what I do wrong.
Sry for bad english,english is not my mother tongue.
-Darkness,it is the first turn of the boss,
-Rolling Axe,it is the second turn of the boss,
-And normal attack,as the third turn of the boss.
And,in the turn,after the turn in which attack was executed,all will come from the beggining:
Darkness,Rolling Axe,Attack,Darkness,Rolling Axe,Attack...etc. etc.
I have done it in this way:
Code:
http://i40.tinypic.com/1zqsrvo.jpg
The problem is here:First three turns boss do correct,in the order I "said to him".And 4. turn is correct,he does Darkness.But in the next turn,boss does nothing,in the next turn again nothing and in the next turn he does Darkness again.I'm noob in RPG Maker XP,I read on internet that first text-box means in what turn attack will be executed,and second text-box means after X turns attack will be executed.I don't know what is wrong here,so please tell me what I do wrong.
Sry for bad english,english is not my mother tongue.