6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
void main()
|
|
{
|
|
object oEnter = GetEnteringObject();
|
|
AssignCommand(oEnter, ClearAllActions(TRUE));
|
|
}
|