Aantioch_Infernum/_module/nss/wetland_guard2.nss

11 lines
175 B
Plaintext
Raw Normal View History

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