8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
#include "ats_inc_common"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ClearAllActions();
|
||
|
SetLocalInt(OBJECT_SELF, "ats_opened", FALSE);
|
||
|
}
|