Search:

Type: Posts; User: NTWolf1220

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,916

    Re: Help with Battle system?

    Thanks a ton! I read up on the break statement and implemented it with two more if statements, and it works perfectly!



    while (monster.hp > 0)
    {
    wrAttack(player, monster);
    if...
  2. Replies
    4
    Views
    1,916

    Help with Battle system?

    I've been working on a text-based RPG game with a simple turn based battle system. After a lot of work, I've managed to get the battle system working fine. However, the loop lets the monster you're...
Results 1 to 2 of 2