View Single Post
  #3  
Old 01-18-2009, 11:56 AM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Or much simpler:

"function onPlayerTouchsMe() {
if (chat == "") {
chat = player.account SPC "has won the race!";
sleep(3);
chat = "";
}
} "
Reply With Quote