Skip to content
MSN

Room Detector?

A TG007 community discussion started by Mazzy Star.

Discussion 5 posts
Page 1 of 1
Open
Topic #1270 · 5 published posts · 718 views

Hi, I'm fairly new to this, please forgive me. I was wondering if there is a code that I can add to the script that will message to the room what other rooms a person is in when they enter the room. I've seen this in a few other rooms and would like to try it out. Thank you advance smile.gif

Edited Aug 26, 2004 1:56 AM by Mazzy Star

If you download this version of Vincula, then you shouldnt have a problem. Just type !find then a nickname after you add yourself to the admin list.

What I would like it to do is message the room upon entry without havng to type anything in (e.g. !find or findu). The person enters the room and the script automatically locates which other rooms the person is in and displays this information to eveyrone in the room. Thank you though for your suggestion.

Edited Aug 26, 2004 6:29 PM by Mazzy Star

change the code from on ADMIN text !blabla to a normal On *JOIN event

on me:*:join:#:hop #

 

 

u can try dis simple code.

on *:join:#: {
 if ($nick != $me) {
  findu $nick 
 }
}
raw 642:*:{ msg $active $2 Has been found on $4 (MSNIP: $+ $3 $+ )  }