6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// Set local int to remove key when done resting
|
||
|
SetLocalInt(GetEnteringObject(), "removekey", 1);
|
||
|
}
|