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