8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oTarget = GetObjectByTag("wolfcryptdoor2");
|
||
|
SetLocked(oTarget, FALSE);
|
||
|
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||
|
|
||
|
}
|