View Single Post
  #10  
Old 12-08-2003, 05:52 AM
Toxin Toxin is offline
Still sane
Toxin's Avatar
Join Date: Nov 2003
Location: USA
Posts: 57
Toxin is on a distinguished road
Send a message via AIM to Toxin
I imagine this would happen in the control-npc's script, something like:

if (actionplayeronline){
for (i=0;i<allplayerscount;i++){
with (allplayers[i]){
if (strcontains(#s(client.buddies),#s(this.account))) {
insertstring client.msg,0,#s(this.account) has logged in;
}
}
}
}

something like that or w/e, i'm half awake and have a headache, so no comments on it ...
It wouldnt show for RC's either, and it'd be laggy as hell, but w/e o.0

Also some variations for the conditions...
__________________

Staff Position: Unemployed
Quote: "Flamers, Lamers, and Newbs! Oh my!" - Toxin
Reply With Quote