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