Sayorii<3
Sayorii<3
CC#
Created by Sayorii<3 on 5/24/2023 in #help
✅ Navigating my window only display the next page's name instead of its contents
Still waiting for help while attempting other solutions
5 replies
CC#
Created by Keeda on 5/25/2023 in #help
❔ How can I import json file inside a sass file?
6 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Alright sure thing
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Did it work ?
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Try that
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Environment.Exit(0);
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
To quit the app?
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
I'm really bad at explaining code to people xd
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
If the user Input != "y" do something else quit
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
!= means not equal to
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
It's hard to see on phone but I think it goes within after you check for y
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Oh you did that
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
You can have a string set to the console.readline and check for that ?
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Well a key doesn't take a "yes or no" it listens for whenever a key is pressed
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Since you're just waiting for a key press
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
I believe to run end game in the do while etc
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Ahh
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Can't seem to find them
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
Phone atm
56 replies
CC#
Created by Mekasu0124 on 5/24/2023 in #help
✅ How to make program wait before executing next print line?
'''cs Console.WriteLine("Press ESC to stop"); do { while (! Console.KeyAvailable) { // here you just wait with rest of game }
} while (Console.ReadKey(true).Key != ConsoleKey.Escape); '''
56 replies