WoR_PRC8/_module/nss/nmr_npc_unlock.nss

10 lines
200 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
// Written by: Ne0nx3r0
// for the Dot Hack Project mod,
// http://www.dothackproject.net/
// Ne0nx3r0@hotmail.com
void main()
{
SetLocked(GetNearestObjectByTag("ChestofNames",OBJECT_SELF),FALSE);
}