LoD_PRC8/_module/nss/ba_flamesbeat.nss

12 lines
299 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
ExecuteScript("nw_c2_default1", OBJECT_SELF);
if(!GetLocalInt(OBJECT_SELF,"SPEAK"))
{
SpeakString("So you tought just walk in and save that pathetic little dwarf! OVER MY DEAD BODY, FOOLS!", TALKVOLUME_TALK);
SetLocalInt(OBJECT_SELF, "SPEAK", 1);
}
}