Aantioch_Infernum/_module/nss/opentombdoor1.nss

11 lines
147 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oTarget = GetObjectByTag("TombBridgeDoor");
SetLocked(oTarget, FALSE);
AssignCommand(oTarget, ActionOpenDoor(oTarget));
}