10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
|
#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);
|
||
|
}
|