12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
|
|
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);
|
|
}
|
|
}
|