24 lines
568 B
Plaintext
24 lines
568 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Reset Normal Room 3
|
||
|
//:: pri_renorm3
|
||
|
//:: Copyright (c) 2002 Shepherd Software Inc.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
DM Option to reset the room so that it may be rented
|
||
|
out again by players. See "_rsa_dmreset" for more
|
||
|
information.
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Russell S. Ahlstrom
|
||
|
//:: Created On: July 11, 2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
#include "pri_reset_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ResetRoom("RSA_Normal_3", 42.0, 24.0);
|
||
|
}
|