Under it add this
public unsafe General()
{
try
{
string Password;
Ini Nothing = new Ini(System.Windows.Forms.Application.StartupPath + @"\ItemNamesTold2.ini");
Password = Console.ReadLine();
string svpass = Nothing.ReadValue("ItemPass", "password");
if (Password == svpass)
{
When you see Console.WriteLine("Press Enter to close the server."); Your gonna add this
Console.WriteLine("Press Enter to close the server.");
Console.WriteLine("Never close it any other way or the characters will not be saved!");
}
Almost done Now go to ur Debug Foldier Copy ur ItemNamesToId File make a copy Rename it to ItemNamesToId2 Delete everthing inside and add the following inside
[ItemPass]
password=YourPassword
Finshed you need password to start the server or it wont load at all.






