7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor = GetNearestObjectByTag ("crypt2exit");
|
||
|
SetLocked(oDoor,FALSE);
|
||
|
AssignCommand (oDoor,ActionOpenDoor(oDoor));
|
||
|
}
|