#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); }