RATDOG/_module/nss/dont_look.nss

9 lines
181 B
Plaintext
Raw Normal View History

void main()
{
// don't face the speaker
float fFacing = GetFacing(OBJECT_SELF);
if (GetListenPatternNumber()==-1)
BeginConversation();
SetFacing(fFacing);
}