24 lines
590 B
Plaintext
24 lines
590 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Resets Normal Room Two for use again.
|
|
//:: pri_norm2done
|
|
//:: 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_2", "NormalAutoDoor");
|
|
}
|