NWNDS/nwn_dark_sun/cl_lockchest.nss

5 lines
73 B
Plaintext
Raw Normal View History

void main()
{
SetLocked(GetObjectByTag("CrimsonLegionWarChest"),TRUE);
}