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