15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetLastClosedBy();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
object oTarget;
|
|
oTarget = GetObjectByTag("rall_chest_plot");
|
|
|
|
SetLocked(oTarget, TRUE);
|
|
|
|
}
|
|
|