I'm really new to c#, just knowing the basics.. I can't seems to find any solution to my problem I've tried every possible google search query.
So here's what I'm trying to do: I want to determined if 1 or 2 was pressed by the user.
int action;
Console.WriteLine("ACTIONS: Press 1 to do quest, Press 2 to access teleport");
I'm trying if else statement but I always getting
use of unsigned local variabled 'action'