9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastClosedBy();
|
||
|
if (GetItemPossessedBy(oPC, "stash_key1")!=OBJECT_INVALID)
|
||
|
{
|
||
|
SetLocked(OBJECT_SELF, TRUE);
|
||
|
}
|
||
|
}
|