#include "NW_I0_PLOT" void main() { object oTarget; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("mgate2"); AssignCommand(oTarget, ActionOpenDoor(oTarget)); oTarget = GetObjectByTag("mgate2"); SetLocked(oTarget, FALSE); PlayCharacterTheme(32); }