#include "NW_I0_GENERIC" void main() { object oTarget = GetObjectByTag("WET_WALLDOOR"); SetLocked(oTarget, FALSE); AssignCommand(oTarget, ActionOpenDoor(oTarget)); }