8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
void main()
|
|
{
|
|
object oBox = OBJECT_SELF;
|
|
string sOwner = GetLocalString(oBox, "OWNER");
|
|
|
|
DestroyCampaignDatabase("PW_"+sOwner+"_CASSA");
|
|
}
|