6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
// on close lock
|
|
void main()
|
|
{
|
|
SetLocked(OBJECT_SELF,TRUE);
|
|
}
|