Search:

Type: Posts; User: Shzylo

Search: Search took 0.14 seconds.

  1. Re: How to use the Random statement to generate a random attack.

    I want Random() to randomly pick one of the attacks, or select one of the Strings randomly from the list.

    --- Update ---

    Nevermind, i found out how:

    Random random = new Random();
    int number...
  2. Re: How to use the Random statement to generate a random attack.

    Better?
  3. How to use the Random statement to generate a random attack.

    I am making a text adventure that in a stage you have to fight an enemy. I want to use the Random() method so the enemy will use a random move when it is their turn to attack.
Results 1 to 3 of 3