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