Battledale_PRC8/_module/nss/jw_unlocdoor_ope.nss

18 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(40.0,ActionCloseDoor(OBJECT_SELF));
}