//:://///////////////////////////////////////////// //:: Resets Normal Room Three for use again. //:: pri_norm3done //:: Copyright (c) 2002 Shepherd Software Inc. //::////////////////////////////////////////////// /* This script calles the ClearRoom function found in "_rsa_dmrest." For more information, please see that script. */ //::////////////////////////////////////////////// //:: Created By: Russell S. Ahlstrom //:: Created On: July 11, 2002 //::////////////////////////////////////////////// #include "pri_doner_inc" void main() { ClearRoom("RSA_Normal_3", "NormalAutoDoor"); }