Rune_PRC8/_module/nss/zep_cr_nocheat.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

15 lines
451 B
Plaintext

//Notes from Loki: Implementation modified by LokiHakanin.
//Functions will now run on ANY PC entering the area, and will
//sort through all his gear in search of dupes.
//If one is found, it will be destroyed, and a logged entry
//will be made noting the time, item name, and player name.
//This message will also be sent to all DMs.
#include "zep_inc_craft"
void main()
{
object oPC = GetEnteringObject();
ZEP_PurifyAllItems(oPC,TRUE,TRUE);
}