Coinage

case "k"

May 10th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. case "k":
  2. int crown = m.GetInt(0);
  3. if (crown != -1)
  4. {
  5. con.Send("say", players[crown] + " has collected the crown!"); Thread.Sleep(750);
  6. }
  7. break;
Advertisement
Add Comment
Please, Sign In to add comment