
10-29-2002, 02:42 AM
|
|
Banned
|
 |
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
|
|
|
say the classname "Fish" contained:
function Fishy() {
with (getplayer(R0bin)) {
say2 Your fish smells ugly;
}
}
then if you did this:
if (created) {
message fishy;
}
join Fish;
if (playertouchsme) {
Fishy();
}
would that work? |
|
|
|