Ancordia_PRC8/_module/nss/cdkey_reset.nss

10 lines
259 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
#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);
}