Changed folder name.
Changed folder name.
This commit is contained in:
11
_module/nss/s_cleartrashencu.nss
Normal file
11
_module/nss/s_cleartrashencu.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
|
||||
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.");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user