PoA_PRC8/_module/nss/s_cleartrashencu.nss

12 lines
241 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetEnteringObject();
if (GetIsPC(oPC) && !GetIsDM(oPC)){
SendMessageToPC(oPC,"You have exceeded the inventory limit, and may not leave this area untill you have lowered your inventory count.");
}
}