8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
void main()
|
|
{
|
|
int nIncrement = GetLocalInt(GetModule(), "LockingTimber");
|
|
int nTimeSet = nIncrement + 1;
|
|
SetLocalInt(GetModule(), "LockingTimber", nTimeSet);
|
|
}
|
|
|