Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case "say":
- ... // Your ints here
- if (m.GetString(1).StartsWith("!bid"))
- {
- string[] split = m.GetString(1).Split(' ');
- int num = Convert.ToInt32(split[1]);
- numbox.Value = num;
- }
Advertisement
Add Comment
Please, Sign In to add comment