Jump to content

johnpauldoris

Member
  • Posts

    19
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About johnpauldoris

  • Birthday Jun 19, 1999

Contact Methods

  • Steam
    jpwd1999

Profile Information

  • Gender
    Male
  • Location
    Toronto, Ontario Canada

System

  • CPU
    I5 3570
  • Motherboard
    asus p8z77-v pro
  • RAM
    16 gig 4x4
  • GPU
    gtx 660 X 2

johnpauldoris's Achievements

  1. I have been looking for a good pair of good IEMs and i finally got some money to buy said headphones. so if any anybodyhas and suggestions that would be great.
  2. i would but after buying jaybirds i'm going to be super poor. cause their expensive and i get like no money.
  3. yeah the jaybirds are the ones that i have seen alot thanks.
  4. i have been looking for some Bluetooth ear buds for back to school for my self does any body got any recommendations ?
  5. thank you sorry about the wall of text i will remember for next time. again sorry.
  6. i'm new to coding so ya i don't know what you mean by code tags
  7. i really don't understand what you mean "spoiler " ? what ?
  8. i'm trying to make a super super simple text based game but i ran into this issue and i really don't know what to do. string name; Console.WriteLine("when you see a word like in qoutations 'example' they are your options"); Console.WriteLine("enter name"); name = Console.ReadLine(); charater.name = (name); Console.Write("hey private " + name); Console.WriteLine(" 'wake up' you fool you need to go a get your rifle or you can 'sleep' and die"); string wakeup = Console.ReadLine(); if (wakeup.ToLower() == "wake up" ) { Console.WriteLine("As you ran out of the living quaters the building started to smoke the all of a"); Console.WriteLine("sudden the building expoled. You suddenly feel worried then you start to freak out"); Console.WriteLine("you fell as if you lost your gun you reach for it and you are relived to feel the"); Console.WriteLine("wood of your m1 grand rifle but just as you feel the comfotable you hear bullets wizz"); Console.WriteLine("past your head. You can 'run' or you can 'fight'"); string flightorfight = Console.ReadLine(); if (flightorfight.ToLower() == "run"); ( [i]it is saying here i have a possible mistaken empty statement[/i]​) { Console.WriteLine("You have ran as far as your lungs could have taken you, you look back to see that"); Console.WriteLine("your friend is no where to be seen then you hear a voice it is your friend he lived"); Console.WriteLine("but sadlly he was injured from a bullet hitting his leg so you help him to walk"); Console.ReadLine(); } if (flightorfight.ToLower() == "fight"); here as well ( [i]it is saying here i have a possible mistaken empty statement[/i]) { Console.WriteLine("test"); Console.ReadLine(); } } if (wakeup.ToLower() == "sleep" ) { Console.ForegroundColor = ConsoleColor.Red; Console.WriteLine("sorry you have died you will have to restart"); Thread.Sleep(5000); } } }}
  9. thanks i had another account but then i lost it and could not be bothered to do any thing
×