@verb #2777:"notify" this none this rdo #7435 @program #2777:"notify" this none this if (this.off < 1) if (index(args[1], "Penguin says,")) "Don't do anything. Ignore yourself, Penguin." elseif (index(args[1], "fish")) fork (1) this.location:announce_all("Penguin says, \"Fish? Oh, i love fish!\"") this.location:announce_all("Penguin says, \"Do you have some fish for me?\"") endfork elseif (index(args[1], "moo")) fork (1) this.location:announce_all("Penguin says, \"Moo rules!\"") endfork elseif (index(args[1], "smiles")) fork (1) this.location:announce_all_but({this}, "Penguin smiles too.") endfork elseif (index(args[1], "grins")) fork (1) this.location:announce_all_but({this}, "Penguin grins too.") endfork elseif (index(args[1], "laughs")) fork (1) this.location:announce_all_but({this}, "Penguin laughs too.") endfork elseif (index(args[1], "kicks Penguin.")) fork (1) this.location:announce_all("Penguin cries.") endfork elseif (index(args[1], "sorry")) fork (1) this.location:announce_all("Penguin forgives.") endfork elseif (index(args[1], "simpsons")) fork (1) this.location:announce_all_but({this}, "Penguin says, \"Oh i looove the Simpsons!\"") endfork elseif (index(args[1], "Mark_VI_Shaney enters")) fork (1) this.location:announce_all_but({this}, "Penguin says, \"Yay! Mark is here!\"") endfork else "Don't do anything. Ignore yourself, Penguin." endif endif "Last modified by ThePhoenix (#7435) on Sat Mar 23 07:24:46 2002 MST." .