كود:
#region TelePort
case 1063510:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Do you want to get out of the map??");
dialog.Option("Yes.", 1);
dialog.Send();
break;
}
case 1:
{
client.Player.Teleport(1002, 301, 280);
}
break;
}
break;
}
#endregion