thebest07111
Gebruiker
- Lid geworden
- 28 nov 2011
- Berichten
- 64
hallo.
ik probeer een text adventure te maken en heb nu dit:
string levelA;
Console.WriteLine("You are getting outside to go the a bar.");
Console.WriteLine("You see someone hitting another person what do you do?");
Console.WriteLine("A = You walk away ");
Console.WriteLine("B = You call the police");
Console.WriteLine("C = You are joining the fight");
Console.WriteLine("What will you do");
alleen nu wil ik als ik zegmaar B kies dat ik dan een message krijg maar ook bij A en C
hoe kan ik zorgen dat dit werkt?
ik heb al het met if geprobeerd maar het lukt niet echt.
gr
Sander
ik probeer een text adventure te maken en heb nu dit:
string levelA;
Console.WriteLine("You are getting outside to go the a bar.");
Console.WriteLine("You see someone hitting another person what do you do?");
Console.WriteLine("A = You walk away ");
Console.WriteLine("B = You call the police");
Console.WriteLine("C = You are joining the fight");
Console.WriteLine("What will you do");
alleen nu wil ik als ik zegmaar B kies dat ik dan een message krijg maar ook bij A en C
hoe kan ik zorgen dat dit werkt?
ik heb al het met if geprobeerd maar het lukt niet echt.
gr
Sander