6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetModule(),"InchyreDoor02", 1);
|
||
|
DelayCommand(800.0, SetLocalInt(GetModule(),"InchyreDoor02", 0));
|
||
|
}
|