10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
// Written by: Ne0nx3r0
|
|
// for the Dot Hack Project mod,
|
|
// http://www.dothackproject.net/
|
|
// Ne0nx3r0@hotmail.com
|
|
|
|
void main()
|
|
{
|
|
SetLocked(GetNearestObjectByTag("ChestofNames",OBJECT_SELF),TRUE);
|
|
}
|