Page Script
Posted by JcD
Thursday, September 08, 2005
Description: Page Script
My first page script.
When someone pages you they can also leave a message.
Page messagehere.
If they type that in the private message it'll leave you the message in the page aswell as the time, date and the name of the person who pmed u.
My first page script.
When someone pages you they can also leave a message.
Page messagehere.
If they type that in the private message it'll leave you the message in the page aswell as the time, date and the name of the person who pmed u.
on *:TEXT:*:?:{
if (page == $1) {
msg $me ----------------------------------------------------------------
msg $me ---
msg $me --- $nick has paged you
msg $me --- $asctime(hh:nn) $+ , $date $+,
msg $me ---
msg $me --- Message: $2-
msg $me ---
msg $me ----------------------------------------------------------------
msg $nick Thank you for pagging me $nick $+, il make sure to respond as soon as i can.
}
}
on *:OPEN:*:{
if ($me == $1) { HALT } {
msg $nick [^K]9,1[^B][^U]([^U][^B] [^B][^U]H[^K]0[^U][^B]ello[^K]9[^B] $nick $+ [^B][^K]14,[^K]0 I am currently busy at the moment [^K]9[^B][^U])[^U][^B]
msg $nick [^K]9,1[^B][^U]([^U][^B] [^B][^U]I[^K]0[^U][^B] currently have $query(0) Message(s) open so please be paitent [^K]9[^B][^U])[^U][^B]
msg $nick [^K]9,1[^B][^U]([^U][^B] [^B][^U]P[^K]0[^U][^B]lease type Page -messagehere- to leave a message and il pm you A.S.A.P [^K]9[^B][^U])[^U][^B]
}
}