8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// don't face the speaker
|
||
|
float fFacing = GetFacing(OBJECT_SELF);
|
||
|
BeginConversation();
|
||
|
SetFacing(fFacing);
|
||
|
}
|