/**************************************************************************** * Shnow.SNL * Base logic for Shnow * DAVIDE October 24 2003 ****************************************************************************/ /**************************************************************************** * Called when the object is first created * TimS March 3 2002 ****************************************************************************/ OnCreate() { //SetProperty1(THIS, "MaxIdleAccel", 3.0 ); //SetProperty1(THIS, "MaxAlertAccel", 3.0 ); } /***************************************************************************/ /**************************************************************************** * Called when the object is first turned on * TimS March 3 2002 ****************************************************************************/ OnBeginScript() { KillScript(THIS); } /***************************************************************************/