Initial upload
Initial upload.
This commit is contained in:
25
_module/nss/pri_fullsuite.nss
Normal file
25
_module/nss/pri_fullsuite.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Sets Suite to Full
|
||||
//:: pri_fullsuite
|
||||
//:: Copyright (c) 2002 Shepherd Software Inc.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
DM Option to flag room as full so player can not rent
|
||||
out that room. Useful if you want to have NPC's stay
|
||||
in a room or not what them to use the Suite, etc.
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Russell S. Ahlstrom
|
||||
//:: Created On: July 11, 2002
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "pri_text"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt(OBJECT_SELF, "RSA_FullSuite", 1);
|
||||
SendMessageToPC(oPC, FULLS);
|
||||
}
|
||||
Reference in New Issue
Block a user