Package the echo function?
beat me by a second
package bob{function echo(%msg){messageall("",%msg);echo(%msg);}};activatepackage(bob);
package echoPackage { function echo(%txt) { messageAll('', %txt); Parent::echo(%txt); }};activatePackage(echoPackage);
Code: [Select]package echoPackage { function echo(%txt) { messageAll('', %txt); Parent::echo(%txt); }};activatePackage(echoPackage);I still bet it won't work since it's source code for something important and all that. I think I remember it not working, but meh.
That's the same thing I posted, and pretty much exactly an hour ago too.I must say, I lol'd.