Files
HeroesStone_PRC8/_module/nss/jw_door_open.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

7 lines
133 B
Plaintext

#include "jw_privates_inc"
void main()
{
SetTarget(GetLastOpenedBy());
SpeakString("NW_ATTACK_MY_TARGET", TALKVOLUME_SILENT_TALK);
}