Initial upload
Initial upload.
This commit is contained in:
16
_module/nss/pgs_temp_private.nss
Normal file
16
_module/nss/pgs_temp_private.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name: pgs_temp_private
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Set the temporary status of the new guild to
|
||||
private.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Samius Maximus
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
SetLocalString (GetPCSpeaker(), "Temp_Guild_Privacy", "private");
|
||||
}
|
||||
Reference in New Issue
Block a user