6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
// slave mode 1
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF,"nMode",1);
|
||
|
}
|