Initial Upload
Initial Upload
This commit is contained in:
5
_module/nss/bf_ppclear.nss
Normal file
5
_module/nss/bf_ppclear.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
object oEnter = GetEnteringObject();
|
||||
AssignCommand(oEnter, ClearAllActions(TRUE));
|
||||
}
|
||||
Reference in New Issue
Block a user