//::///////////////////////////////////////////////
//:: Resets Poor Room Three for use again.
//:: pri_poor3done
//:: 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_Poor_3", "PoorAutoDoor");
}