/**************************************************************************** * Shnow.SNL * Base logic for Shnow * DAVIDE October 24 2003 ****************************************************************************/ #inherit "Kewlett.SNL" /**************************************************************************** * Called when the object is first created * TimS March 3 2002 ****************************************************************************/ OnCreate() { ::OnCreate(); } /***************************************************************************/ /**************************************************************************** * Called when the object is first turned on * TimS March 3 2002 ****************************************************************************/ OnBeginScript() { KillScript(THIS); } /***************************************************************************/