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