9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
//Put this OnEnter
|
||
|
void main()
|
||
|
{
|
||
|
object oTarget = GetObjectByTag("wolfcryptdoor1");
|
||
|
SetLocked(oTarget, FALSE);
|
||
|
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||
|
|
||
|
}
|