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