Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Other » mIRC script
mIRC script [message #107069] Wed, 11 August 2004 05:48 Go to previous messageGo to previous message
dead6re is currently offline  dead6re
Messages: 602
Registered: September 2003
Karma:
Colonel
Cat998: Even so, what happens if you add a 3 second timer. Which is what i would do cuz otherwise u may not get the msg!

Try

on *:TEXT:*joined the game*:#<chan>: { 
  if ($nick == <nick>) { 
    timerjoin $+ $2 1 3 msg $chan !page $2 <message>
  } 
} 

on *:TEXT:*left the game*:#<chan>: { 
  if ($nick == <nick>) { 
    timerleft $+ $2 1 3msg $chan !page $2 <message>
  } 
}  


Replace:
<chan> - Chan - #help
<nick> - Nick - Nick who reports to irc
<message> - Message - What to message the player
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Whats the mIRC script to auto authenticate in mIRC?
Next Topic: renegade mIRC scripts
Goto Forum:
  


Current Time: Wed Nov 27 01:55:59 MST 2024

Total time taken to generate the page: 0.00894 seconds