generated from Jaysyn/ModuleTemplate
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
void main()
|
|
{
|
|
object oChest = GetNearestObjectByTag("Locked");
|
|
SetLockUnlockDC(oChest, 15);
|
|
SetCustomToken(102, "15");
|
|
}
|