Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/cdkey_reset.nss
Normal file
9
_module/nss/cdkey_reset.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "x4_inc_functions"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oModule = GetModule();
|
||||
string sDB = GetLocalString(oModule, "DB");
|
||||
string sKeySet = DBAccountSpecificVariable(oPC, "KeySet");
|
||||
SetCampaignInt(sDB, sKeySet, 0);
|
||||
}
|
Reference in New Issue
Block a user