Initial upload
Initial upload.
This commit is contained in:
23
_module/nss/pri_renorm4.nss
Normal file
23
_module/nss/pri_renorm4.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Reset Normal Room 4
|
||||
//:: pri_renorm4
|
||||
//:: 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_4", 42.0, 34.0);
|
||||
}
|
||||
Reference in New Issue
Block a user