Alangara_PRC8/_module/nss/pw_cassa_death.nss

8 lines
151 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
object oBox = OBJECT_SELF;
string sOwner = GetLocalString(oBox, "OWNER");
DestroyCampaignDatabase("PW_"+sOwner+"_CASSA");
}