Thread
:
help with event script
View Single Post
#
3
01-18-2009, 11:56 AM
Pelikano
Registered User
Join Date: Oct 2008
Posts: 1,133
Or much simpler:
"function onPlayerTouchsMe() {
if (chat == "") {
chat = player.account SPC "has won the race!";
sleep(3);
chat = "";
}
} "
Pelikano
View Public Profile
View GraalOnline Profile
Find all posts by Pelikano