8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
void main()
|
|
{
|
|
string sVar=GetLocalString(OBJECT_SELF,"sLockParm");
|
|
sVar="b"+sVar+"Locked";
|
|
DeleteLocalInt(GetModule(),sVar);
|
|
DeleteLocalString(OBJECT_SELF,"sLockParm");
|
|
}
|