Wow that is perfect just got to make it turn based now and my battle scene will be complete baring the music and sound effects thank for the enormous help much appreciated
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction Attack_OnClick(GUIControl *control, MouseButton button)
{
int number;
File *input = File.Open("ScottAttack.txt", eFileRead);
number = input.ReadInt(2);
input.Close(0);
}
# Scott-Attack
Bite: 10
Uppercut: 15
Lowblow: 15
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.170 seconds with 13 queries.