Initial upload
Initial upload.
This commit is contained in:
20
_module/nss/pgs_dm_remove.nss
Normal file
20
_module/nss/pgs_dm_remove.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name: pgs_dm_remove
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Permanently remove the selected guild from
|
||||
the list.
|
||||
|
||||
Note: Only available to DMs.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Samius Maximus
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
#include "inc_gsystem"
|
||||
|
||||
void main()
|
||||
{
|
||||
PermanentlyRemoveGuild (GetLocalInt (GetPCSpeaker(), "Temp_Guild_List_Number"));
|
||||
}
|
||||
Reference in New Issue
Block a user