View Single Post
  #1  
Old 05-17-2002, 11:29 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
function question

Does stuff like this work?
NPC Code:

NPC Code:

operator(1,7);

function operator(a,b) {
message a;
sleep 1.75;
message b;
}




I've tried it and nothing happens but if its messed up somewhere please correct me.
Reply With Quote