Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. If casestring = "tlk" Then
  2. Bubble(Val(parse(1))).Text = parse(2)
  3. Bubble(Val(parse(1))).Created = GetTickCount()
  4. If frmMirage.Check2.Value = 1 Then Call PlaySound("chat.mp3", 12)
  5. If frmMirage.FullLog.Value = 1 Then Call AddText(parse(2), WHITE)
  6.  
  7. Exit Sub
  8. End If
  9.  
  10. If casestring = "d_i" Then
  11. frmMirage.GlobalServer.Tag = parse(1)
  12. frmMirage.GlobalServer.Enabled = True
  13. Exit Sub
  14. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement