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