Battledale_PRC8/_module/nss/jw_unlockedr_ope.nss

17 lines
299 B
Plaintext
Raw Permalink Normal View History

#include "NW_I0_GENERIC"
#include "jw_privates_inc"
void main()
{
object oLastOpener = GetLastOpenedBy();
if (GetIsPC(oLastOpener))
{
SetTarget(oLastOpener);
SpeakString("NW_ATTACK_MY_TARGET", TALKVOLUME_SILENT_TALK);
}
DelayCommand(120.0,ActionCloseDoor(OBJECT_SELF));
}